Change in osmo-ttcn3-hacks[master]: fr-net: Don't generate junit-xml output. It's not a test suite

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:35:19 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22673 )


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

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

Change-Id: Id296e62fb86731492d42370173a48f217b2fbdc0
---
M fr-net/FRNET_Tests.cfg
M fr-net/FRNET_Tests.default
2 files changed, 14 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/73/22673/1

diff --git a/fr-net/FRNET_Tests.cfg b/fr-net/FRNET_Tests.cfg
index dedd828..555b260 100644
--- a/fr-net/FRNET_Tests.cfg
+++ b/fr-net/FRNET_Tests.cfg
@@ -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"
 
diff --git a/fr-net/FRNET_Tests.default b/fr-net/FRNET_Tests.default
index d694d98..9ec4a0c 100644
--- a/fr-net/FRNET_Tests.default
+++ b/fr-net/FRNET_Tests.default
@@ -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]
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22673
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id296e62fb86731492d42370173a48f217b2fbdc0
Gerrit-Change-Number: 22673
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/e00021aa/attachment.htm>


More information about the gerrit-log mailing list