lynxis lazus has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40622?usp=email )
Change subject: PCU: TC_sns_del: expect NS Alive while preparing the test
......................................................................
PCU: TC_sns_del: expect NS Alive while preparing the test
f_outgoing_sns_chg_weight() should handle NS Alive until
it do the SNS Delete procedure.
Related: OS#6751
Change-Id: I7c0991819de48b59e763fbe1ef6df4567c38007c
---
M pcu/PCU_Tests_SNS.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
daniel: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn
index c2fa927..9ce2686 100644
--- a/pcu/PCU_Tests_SNS.ttcn
+++ b/pcu/PCU_Tests_SNS.ttcn
@@ -354,6 +354,8 @@
testcase TC_sns_del() runs on RAW_Test_CT {
f_sns_bringup_1c1u();
+
+ g_handle_rx_alive := true;
f_outgoing_sns_chg_weight(idx_chg := 0, w_sig := 1, w_user := 1, idx := 0);
f_sleep(1.0);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40622?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7c0991819de48b59e763fbe1ef6df4567c38007c
Gerrit-Change-Number: 40622
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>