aboutsummaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-06-12 13:34:12 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-06-12 13:51:14 +0200
commit02496257f61037cb0a199f72534d341672d30a38 (patch)
tree67c67acd0c8d2f099f6e93744ccf7427f0be3d2d /sip
parent4908982036d3225f0f0f8ab3911512da4f51a36a (diff)
*.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP
PARALLEL | VERDICTOP will log when the port is dying or when other components will change to fail. This helped to find a timeout in the SGSN tests where a function call message timed out. Change-Id: I770ac964dc37e2752e7d35e493f707b091c739b0
Diffstat (limited to 'sip')
-rw-r--r--sip/SIP_Tests.default4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/SIP_Tests.default b/sip/SIP_Tests.default
index 5f7de905..2576b332 100644
--- a/sip/SIP_Tests.default
+++ b/sip/SIP_Tests.default
@@ -1,8 +1,8 @@
[LOGGING]
FileMask := LOG_ALL | TTCN_MATCHING;
-"IPA-CTRL-IPA".FileMask := ERROR | WARNING;
-mtc.FileMask := ERROR | WARNING;
+"IPA-CTRL-IPA".FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
+mtc.FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
[TESTPORT_PARAMETERS]
"SIP_Test-MNCC".MNCC.socket_type := "SEQPACKET";