ttcn3-fr-tests: Disable junit-xml generation for FRNET_Tests

FRNET_Tests is not a test suite, but just a stub against which we
execute FR_Tests.  Hence, we don't want it to generate a junit-xml,
as that doesn't contain any errors and only upsets our jenkins
test results analyzer, assuming the tests have failed.

Change-Id: Idec2bf8da30ccd211b21901d56979143ce3a172f
Requires: osmo-ttcn3-hacks.git Id296e62fb86731492d42370173a48f217b2fbdc0
This commit is contained in:
Harald Welte 2021-02-04 10:36:32 +01:00
parent 18564ba9c2
commit ed6163df50
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
[ORDERED_INCLUDE]
# Common configuration, shared between test suites
"/osmo-ttcn3-hacks/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
"/osmo-ttcn3-hacks/fr-net/FRNET_Tests.default"