BSC: log BTS number on failure

It's useful to see which BTS exactly has failed the test in
configuration with multiple BTS on single BSC.

Change-Id: Ib813635862c04d51a30e7bbcca4ec05ce664f7e9
This commit is contained in:
Max 2018-11-16 17:57:39 +01:00
parent 2253c0bd1d
commit 9925390dd7
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function f_wait_oml(integer bts_nr, charstring status, float secs_max) runs on t
}
f_sleep(0.1);
if (not T.running) {
setverdict(fail, "Timeout waiting for oml-connection-state ", status);
setverdict(fail, "Timeout waiting for BTS" & int2str(bts_nr) & " oml-connection-state ", status);
mtc.stop;
}
}