bscnat: Start test global timers

Change-Id: I40672bb72fdd1624efcb8d3ee858b17c0188172b
This commit is contained in:
Pau Espin 2019-06-13 16:53:16 +02:00
parent acc5119bac
commit 5f89adf462
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,7 @@ function f_wait_finish(timer T) runs on test_CT {
function f_TC_recv_dump(boolean use_osmux := false) runs on test_CT {
timer T := 30.0;
T.start;
f_init(refers(bsc_ms_establish_fully),
refers(bsc_do_nothing),
@ -216,6 +217,7 @@ testcase TC_recv_dump_osmux() runs on test_CT {
testcase TC_ctrl_location() runs on test_CT {
timer T := 30.0;
T.start;
f_init(refers(bsc_ms_do_nothing),
refers(bsc_ctrl_location),