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 uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18847 )
Change subject: bsc: set longer T_guard for TC_ho_neighbor_config tests
......................................................................
bsc: set longer T_guard for TC_ho_neighbor_config tests
They perform several handover runs and tend to timeout prematurely on my
machine.
Change-Id: I9d641c9b5d5a6f2c2edbc2c782f33872cf7a483f
---
M bsc/BSC_Tests.ttcn
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/47/18847/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index b84f1ca..876213b 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3988,28 +3988,28 @@
testcase TC_ho_neighbor_config_1() runs on test_CT {
var MSC_ConnHdlr vc_conn;
- f_init(3, true);
+ f_init(3, true, guard_timeout := 60.0);
f_sleep(1.0);
vc_conn := f_start_handler(refers(f_tc_ho_neighbor_config_1));
vc_conn.done;
}
testcase TC_ho_neighbor_config_2() runs on test_CT {
var MSC_ConnHdlr vc_conn;
- f_init(3, true);
+ f_init(3, true, guard_timeout := 50.0);
f_sleep(1.0);
vc_conn := f_start_handler(refers(f_tc_ho_neighbor_config_2));
vc_conn.done;
}
testcase TC_ho_neighbor_config_3() runs on test_CT {
var MSC_ConnHdlr vc_conn;
- f_init(3, true);
+ f_init(3, true, guard_timeout := 50.0);
f_sleep(1.0);
vc_conn := f_start_handler(refers(f_tc_ho_neighbor_config_3));
vc_conn.done;
}
testcase TC_ho_neighbor_config_4() runs on test_CT {
var MSC_ConnHdlr vc_conn;
- f_init(3, true);
+ f_init(3, true, guard_timeout := 50.0);
f_sleep(1.0);
vc_conn := f_start_handler(refers(f_tc_ho_neighbor_config_4));
vc_conn.done;
@@ -4030,7 +4030,7 @@
}
testcase TC_ho_neighbor_config_7() runs on test_CT {
var MSC_ConnHdlr vc_conn;
- f_init(3, true);
+ f_init(3, true, guard_timeout := 50.0);
f_sleep(1.0);
vc_conn := f_start_handler(refers(f_tc_ho_neighbor_config_7));
vc_conn.done;
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18847
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: I9d641c9b5d5a6f2c2edbc2c782f33872cf7a483f
Gerrit-Change-Number: 18847
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/20200615/7d5b2bda/attachment.htm>