Change in docker-playground[master]: ttcn3-fr-tests: Disable junit-xml generation for FRNET_Tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Feb 4 09:37:52 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/22675 )


Change subject: ttcn3-fr-tests: Disable junit-xml generation for FRNET_Tests
......................................................................

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
---
M ttcn3-fr-test/FRNET_Tests.cfg
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/75/22675/1

diff --git a/ttcn3-fr-test/FRNET_Tests.cfg b/ttcn3-fr-test/FRNET_Tests.cfg
index cd208e6..df2a27c 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"
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22675
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Idec2bf8da30ccd211b21901d56979143ce3a172f
Gerrit-Change-Number: 22675
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210204/b115fa07/attachment.htm>


More information about the gerrit-log mailing list