lynxis lazus submitted this change.
PCU_Tests_SNS: del/change weight: don't fail on NS
When doing a SNS procedure, ignore NS Alive which are already in the queue or happen direct after.
Related: OS#6611
Change-Id: I8088bd8f3b3e37ee79f61e73d2a3e4f73d00c5c1
---
M pcu/PCU_Tests_SNS.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn
index b90fe37..263e205 100644
--- a/pcu/PCU_Tests_SNS.ttcn
+++ b/pcu/PCU_Tests_SNS.ttcn
@@ -327,6 +327,7 @@
testcase TC_sns_del() runs on RAW_Test_CT {
f_sns_bringup_1c1u();
+ g_handle_rx_alive := true;
f_outgoing_sns_del(idx_del := 1, w_sig := 0, w_user := 1, idx := 0);
/* FIXME: ensure we don't receive anything on just-deleted NS-VC anymore */
setverdict(pass);
@@ -337,6 +338,7 @@
testcase TC_sns_chg_weight() runs on RAW_Test_CT {
f_sns_bringup_1c1u();
+ g_handle_rx_alive := true;
/* change w_user from 1 to 200 */
f_outgoing_sns_chg_weight(idx_chg := 1, w_sig := 0, w_user := 200, idx := 0);
setverdict(pass);
To view, visit change 39010. To unsubscribe, or for help writing mail filters, visit settings.