Change in osmo-ttcn3-hacks[master]: BSC: log BTS number on failure

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Fri Nov 16 17:16:45 UTC 2018


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 <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181116/6caf5923/attachment.htm>


More information about the gerrit-log mailing list