fixeria submitted this change.

View Change


Approvals: osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
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(-)

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 change 37240. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia80bf9640a465dd748f0a47c543b9a745a236133
Gerrit-Change-Number: 37240
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged