Change in osmo-ttcn3-hacks[master]: SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()

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

laforge gerrit-no-reply at lists.osmocom.org
Mon Mar 1 12:56:35 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23145 )

Change subject: SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()
......................................................................

SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()

Change-Id: If5295cc8eccda2d1b3baae7d2169fac5da2a085c
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 6 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved
  laforge: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index efd92a0..79e7434 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3195,7 +3195,9 @@
 	RIM[0].send(bssgp_rim_pdu);
 	T.start;
 	alt {
-	[] RIM[1].receive(bssgp_rim_pdu_expect) { }
+	[] RIM[1].receive(bssgp_rim_pdu_expect) {
+		setverdict(pass);
+		}
 	[] RIM[1].receive {
 		setverdict(fail, "Unexpected BSSGP RIM PDU received");
 		}
@@ -3227,7 +3229,9 @@
 	RIM[1].send(bssgp_rim_pdu);
 	T.start;
 	alt {
-	[] RIM[0].receive(bssgp_rim_pdu_expect) { }
+	[] RIM[0].receive(bssgp_rim_pdu_expect) {
+		setverdict(pass);
+		}
 	[] RIM[0].receive {
 		setverdict(fail, "Unexpected BSSGP RIM PDU received");
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23145
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: If5295cc8eccda2d1b3baae7d2169fac5da2a085c
Gerrit-Change-Number: 23145
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210301/9e4f312a/attachment.htm>


More information about the gerrit-log mailing list