Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
parallel_experimental.cfg 1.40 KiB
#### parallel_experimental ###
#This cfg file is intended to collect test which 
# - can be compiled and
# - running in parallel mode with  passed result 
# Not compilable or not runnable tests are excluded from the project.
# Test running only in single mode are collected separately.
# Status: 120 pass, 0 error (erroneous test are commented out)
#TODO: put the wrong tests to another cfg file!
[MODULE_PARAMETERS]
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.

[ORDERED_INCLUDE]
#"src/ERC/config.cfg"  #fails in single mode, cfg file parse problems, 4 pass in parallel mode
#"src/text2ttcn_nolegacy/text2ttcn_2.cfg" #not necessary, see in single mode
[EXECUTE]
TcommMessage.commMessageHaltPort #only in parallel, 3 tc commented out TODO: repair these two tc in TcommMessage!

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
TCPPort := 7339
#KillTimer := 10.0
NumHCs := 1
# LocalAddress := 

[LOGGING]
# In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error).

LogFile := "logs/%e.%h-%r_parallel.%s"
FileMask := LOG_ALL #|TESTCASE | STATISTICS #|LOG_ALL #| DEBUG | MATCHING
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS #| PORTEVENT | USER
AppendFile := No
TimeStampFormat := Time
LogEventTypes := No
SourceInfoFormat := Single
LogEntityName := Yes