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.orgneels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26278 )
Change subject: bsc: f_TC_cm_serv_rej: tweak f_sleep()ing
......................................................................
bsc: f_TC_cm_serv_rej: tweak f_sleep()ing
Make the test more stable by sleeping a bit before stopping all
components. Also reduce the f_sleep(3.0), an accidental leftover from
initial debugging.
Related: SYS#4878
Change-Id: I005af13baac4bca2a431b09b2a6bbfe7077342e0
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
neels: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 4fdd059..229f8d6 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -10386,7 +10386,7 @@
{
f_create_chan_and_exp();
BSSAP.send(ts_PDU_DTAP_MT(ts_CM_SERV_REJ('02'O), '00'O));
- f_sleep(3.0);
+ f_sleep(1.0);
}
testcase TC_cm_serv_rej() runs on test_CT {
var TestHdlrParams pars := f_gen_test_hdlr_pars();
@@ -10404,6 +10404,7 @@
f_ctrs_bts_add(0, "cm_serv_rej:imsi_unknown_in_hlr", 1);
f_ctrs_bts_verify();
+ f_sleep(1.0);
f_shutdown_helper();
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26278
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: I005af13baac4bca2a431b09b2a6bbfe7077342e0
Gerrit-Change-Number: 26278
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/c7b0abb4/attachment.htm>