Change in osmo-ttcn3-hacks[master]: sgsn: increase the timeout of some TC

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Sep 4 16:40:31 UTC 2018


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/10389 )

Change subject: sgsn: increase the timeout of some TC
......................................................................

sgsn: increase the timeout of some TC

Because of multiple BSSGP connections, the tests need more time to complete.

Change-Id: I12baf4b2425d0d862755d03d16127b18968e28f2
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 1453456..66319b5 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -1948,14 +1948,14 @@
 	execute( TC_attach_closed() );
 	execute( TC_attach_no_imei_response() );
 	execute( TC_attach_no_imsi_response() );
-	execute( TC_attach_closed_add_vty(), 10.0 );
-	execute( TC_attach_check_subscriber_list(), 10.0 );
-	execute( TC_attach_detach_check_subscriber_list(), 10.0 );
+	execute( TC_attach_closed_add_vty(), 20.0 );
+	execute( TC_attach_check_subscriber_list(), 20.0 );
+	execute( TC_attach_detach_check_subscriber_list(), 20.0 );
 	execute( TC_attach_check_complete_resend() );
-	execute( TC_hlr_location_cancel_request_update(), 10.0 );
-	execute( TC_hlr_location_cancel_request_withdraw(), 10.0 );
-	execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 10.0 );
-	execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 10.0 );
+	execute( TC_hlr_location_cancel_request_update(), 20.0 );
+	execute( TC_hlr_location_cancel_request_withdraw(), 20.0 );
+	execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 20.0 );
+	execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 20.0 );
 	execute( TC_rau_unknown() );
 	execute( TC_attach_rau() );
 	execute( TC_attach_rau_a_a() );

-- 
To view, visit https://gerrit.osmocom.org/10389
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: I12baf4b2425d0d862755d03d16127b18968e28f2
Gerrit-Change-Number: 10389
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180904/76bf310b/attachment.htm>


More information about the gerrit-log mailing list