ggsn_tests: f_wait_icmp4: don't shutdown on error

Use setverdict(fail, …) instead of shutting down the test. Otherwise we
don't close the PDP context. This fixes TC_pdp6_act_deact failing if it
runs after a failed TC_pdp4_act_update_teid.

Change-Id: Ib31481e79fc81983ae0c36f0512c6b7dba3f28a8
This commit is contained in:
Oliver Smith 2024-02-28 11:54:22 +01:00 committed by laforge
parent bbbe05df68
commit 9daae3e49b
1 changed files with 1 additions and 2 deletions

View File

@ -1171,8 +1171,7 @@ module GGSN_Tests {
}
}
[] GTPU.receive(tr_GTPU_GPDU(g_peer_u, ?)) -> value ud {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
"Received wrong local TEID");
setverdict(fail, "Received wrong local TEID");
}
[] GTPU.receive { setverdict(fail); }
[] T_default.timeout { setverdict(fail); }