lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39010?usp=email )
Change subject: PCU_Tests_SNS: del/change weight: don't fail on NS ......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/10/39010/1
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);