pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37908?usp=email )
Change subject: s1gw: Wait for component to stop before testing IUT for conn refused ......................................................................
s1gw: Wait for component to stop before testing IUT for conn refused
Change-Id: I9dcac498766dd4a597cc5827bdb9192e861356c6 --- M s1gw/S1GW_Tests.ttcn 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve
diff --git a/s1gw/S1GW_Tests.ttcn b/s1gw/S1GW_Tests.ttcn index d766ed1..de680bb 100644 --- a/s1gw/S1GW_Tests.ttcn +++ b/s1gw/S1GW_Tests.ttcn @@ -159,6 +159,7 @@ f_init(); f_init_s1ap_srv(); vc_S1APSRV.stop; + vc_S1APSRV.done;
vc_conn := f_ConnHdlr_spawn(refers(f_TC_conn_term_mme_unavail), pars); vc_conn.done;