Max has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/09/11809/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 21ec0ff..c329105 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: newchange
Gerrit-Change-Id: Ib813635862c04d51a30e7bbcca4ec05ce664f7e9
Gerrit-Change-Number: 11809
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>