From ed6163df505eea774324401ea1b2ae69e7118e0c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 4 Feb 2021 10:36:32 +0100 Subject: [PATCH] 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 --- ttcn3-fr-test/FRNET_Tests.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ttcn3-fr-test/FRNET_Tests.cfg b/ttcn3-fr-test/FRNET_Tests.cfg index cd208e68..df2a27cc 100644 --- a/ttcn3-fr-test/FRNET_Tests.cfg +++ b/ttcn3-fr-test/FRNET_Tests.cfg @@ -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"