blob: 9ec4a0c529cb4d80e0a3f91cc6918318d9c93722 [file] [log] [blame]
Harald Welte023b61b2020-09-12 20:41:05 +02001[ORDERED_INCLUDE]
Harald Welte76eca4d2021-02-04 10:34:21 +01002# We cannot include Common.cfg, as this includes the LoggerPlugins configuration
3# for junit-xml generation. However, we don't want to generate any junit-xml,
4# as FRNET_Tests really is not a test suite, but just a stub against which FR_Tests
5# can execute
Harald Welte023b61b2020-09-12 20:41:05 +02006
7[LOGGING]
Harald Welte76eca4d2021-02-04 10:34:21 +01008LogFile := "%e-%c-%h-%r.%s"
9AppendFile := Yes;
10SourceInfoFormat := Single;
11LogSourceInfo := Yes;
12FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
13ConsoleMask := ERROR | WARNING | TESTCASE | USER | VERDICTOP;
Harald Welte023b61b2020-09-12 20:41:05 +020014
15[MODULE_PARAMETERS]
16
17[TESTPORT_PARAMETERS]
Harald Welte920c7c42021-01-30 11:03:46 +010018*.FR.sleep_on_enobufs := "2000" # 2ms
Harald Welte023b61b2020-09-12 20:41:05 +020019
20[MAIN_CONTROLLER]
21
22[EXECUTE]