fr-net: Don't generate junit-xml output. It's not a test suite

Change-Id: Id296e62fb86731492d42370173a48f217b2fbdc0
This commit is contained in:
Harald Welte 2021-02-04 10:34:21 +01:00
parent db7892ad5f
commit 76eca4dcd8
2 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,8 @@
[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
# testsuite specific configuration, not expected to change
"./FRNET_Tests.default"

View File

@ -1,10 +1,16 @@
[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 | 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]