aboutsummaryrefslogtreecommitdiffstats
path: root/fr-net/FRNET_Tests.default
diff options
context:
space:
mode:
Diffstat (limited to 'fr-net/FRNET_Tests.default')
-rw-r--r--fr-net/FRNET_Tests.default15
1 files changed, 11 insertions, 4 deletions
diff --git a/fr-net/FRNET_Tests.default b/fr-net/FRNET_Tests.default
index e2fe60d7..9ec4a0c5 100644
--- a/fr-net/FRNET_Tests.default
+++ b/fr-net/FRNET_Tests.default
@@ -1,14 +1,21 @@
[ORDERED_INCLUDE]
-# Common configuration, shared between test suites
-"../Common.cfg"
+# We cannot include Common.cfg, as this includes the LoggerPlugins configuration
+# for junit-xml generation. However, we don't want to generate any junit-xml,
+# as FRNET_Tests really is not a test suite, but just a stub against which FR_Tests
+# can execute
[LOGGING]
-#*.FileMask := LOG_ALL
-ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC | USER
+LogFile := "%e-%c-%h-%r.%s"
+AppendFile := Yes;
+SourceInfoFormat := Single;
+LogSourceInfo := Yes;
+FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
+ConsoleMask := ERROR | WARNING | TESTCASE | USER | VERDICTOP;
[MODULE_PARAMETERS]
[TESTPORT_PARAMETERS]
+*.FR.sleep_on_enobufs := "2000" # 2ms
[MAIN_CONTROLLER]