Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/13171
Change subject: msc: f_tc_sgsap_reset: add final delay to fix spurious failure
......................................................................
msc: f_tc_sgsap_reset: add final delay to fix spurious failure
Change-Id: I20fd583311ee69f2cdee6448e809214ab261f6bd
---
M msc/MSC_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/71/13171/1
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 06dad47..5d40f09 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -3576,6 +3576,7 @@
vlr_name := f_sgsap_reset_mme(mp_mme_name);
log("VLR name: ", vlr_name);
setverdict(pass);
+ f_sleep(1.0);
}
testcase TC_sgsap_reset() runs on MTC_CT {
--
To view, visit https://gerrit.osmocom.org/13171
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20fd583311ee69f2cdee6448e809214ab261f6bd
Gerrit-Change-Number: 13171
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>