aboutsummaryrefslogtreecommitdiffstats
path: root/stp/STP_Tests_M3UA.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-10-29 09:07:11 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-12 13:05:46 +0100
commitb9f7bbbc19c9cdfffea4135503ffc982a9dd584e (patch)
treed8b51c1351cab0d84ef675c3497f28324508d659 /stp/STP_Tests_M3UA.ttcn
parentcf41d4cf4ce58f07486f20a7dadf5db91627266b (diff)
STP_Tests_M3UA.TC_tmt_loadshare: Clarify log message in failure case
Diffstat (limited to 'stp/STP_Tests_M3UA.ttcn')
-rw-r--r--stp/STP_Tests_M3UA.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn
index 1ad2279e..3415e525 100644
--- a/stp/STP_Tests_M3UA.ttcn
+++ b/stp/STP_Tests_M3UA.ttcn
@@ -287,8 +287,8 @@ testcase TC_tmt_loadshare() runs on RAW_M3UA_CT {
/* FIXME: check for extraneous messages? */
for (i := 1; i <= 2; i := i+1) {
if (num_rx[i] != iter_per_asp) {
- setverdict(fail, "Received only ", num_rx[i], " out of expected ", iter_per_asp,
- "M3UA DATA messages");
+ setverdict(fail, "Received ", num_rx[i], " out of expected ", iter_per_asp,
+ "M3UA DATA messages at M3UA port ", i);
}
}
setverdict(pass);