fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37240?usp=email )
Change subject: s1gw: S1GW_Tests.default: fix empty junit-xml-*.log files ...................................................................... s1gw: S1GW_Tests.default: fix empty junit-xml-*.log files I copied this line from some other testsuite (likely ttcn3-mme-test). For some reason it makes TITAN produce empty junit-xml-*.log files, which are essential for the Test Results Analyzer in Jenkins. Change-Id: Ia80bf9640a465dd748f0a47c543b9a745a236133 Related: SYS#6772 --- M s1gw/S1GW_Tests.default 1 file changed, 14 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/40/37240/1 diff --git a/s1gw/S1GW_Tests.default b/s1gw/S1GW_Tests.default index ceca1b2..4ed872b 100644 --- a/s1gw/S1GW_Tests.default +++ b/s1gw/S1GW_Tests.default @@ -1,7 +1,6 @@ [LOGGING] FileMask := LOG_ALL | TTCN_MATCHING; ConsoleMask := ERROR | WARNING | PARALLEL | VERDICTOP | USER; -mtc.FileMask := ERROR | WARNING | PARALLEL | VERDICTOP; [TESTPORT_PARAMETERS] -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37240?usp=email 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: Ia80bf9640a465dd748f0a47c543b9a745a236133 Gerrit-Change-Number: 37240 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]> Gerrit-MessageType: newchange
