laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34999?usp=email )
Change subject: dia2gsup: sleep(1) to forget diameter state
......................................................................
dia2gsup: sleep(1) to forget diameter state
Sleep to allow the remote to forget the connection (see diameter connect timer).
Related: OS#5657
Change-Id: Ib909eff5c381c6271b9d16e383bed3e78ca454da
---
M dia2gsup/DIA2GSUP_Tests.ttcn
1 file changed, 14 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/dia2gsup/DIA2GSUP_Tests.ttcn b/dia2gsup/DIA2GSUP_Tests.ttcn
index 673038c..e12f17b 100644
--- a/dia2gsup/DIA2GSUP_Tests.ttcn
+++ b/dia2gsup/DIA2GSUP_Tests.ttcn
@@ -159,6 +159,8 @@
g_Tguard.start(t_guard);
activate(as_Tguard());
+ /* Sleep to allow the remote to forget the connection (see diameter connect timer). */
+ f_sleep(1.0);
f_init_gsup(testcasename());
f_init_diameter(testcasename());
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34999?usp=email
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: Ib909eff5c381c6271b9d16e383bed3e78ca454da
Gerrit-Change-Number: 34999
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged