Max has submitted this change and it was merged. (
https://gerrit.osmocom.org/11809 )
Change subject: BSC: log BTS number on failure
......................................................................
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
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 13535ce..29961e5 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -243,7 +243,7 @@
}
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;
}
}
--
To view, visit https://gerrit.osmocom.org/11809
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib813635862c04d51a30e7bbcca4ec05ce664f7e9
Gerrit-Change-Number: 11809
Gerrit-PatchSet: 2
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>