Change in osmo-ttcn3-hacks[master]: bsc: mark test start in OsmoBSC's logging output

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/.

neels gerrit-no-reply at lists.osmocom.org
Mon Oct 12 18:58:35 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20621 )


Change subject: bsc: mark test start in OsmoBSC's logging output
......................................................................

bsc: mark test start in OsmoBSC's logging output

Change-Id: I896a02403c9933323a9d7807a66be0afc4028d0f
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/20621/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 365aa8d..08ea2d1 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3159,6 +3159,8 @@
 	}
 	vc_conn := MSC_ConnHdlr.create(id);
 	f_connect_handler(vc_conn, bssap_idx);
+	/* Emit a marker to appear in the SUT's own logging output */
+	f_logp(BSCVTY, testcasename() & "() start");
 	vc_conn.start(f_handler_init(fn, id, pars));
 	return vc_conn;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20621
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I896a02403c9933323a9d7807a66be0afc4028d0f
Gerrit-Change-Number: 20621
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201012/5789bfc2/attachment.htm>


More information about the gerrit-log mailing list