From ab47e4ec20150af344d183ed97b14cb54454c74c Mon Sep 17 00:00:00 2001 From: egernug Date: Mon, 7 Sep 2020 11:05:03 +0100 Subject: Amend CSIT jobs for PMSH filter changes Issue-ID: DCAEGEN2-2403 Signed-off-by: egernug Change-Id: I37234268ed475515f992b965870bf0843422a827 --- tests/dcaegen2-services-pmsh/testcases/pmsh.robot | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/dcaegen2-services-pmsh/testcases/pmsh.robot') diff --git a/tests/dcaegen2-services-pmsh/testcases/pmsh.robot b/tests/dcaegen2-services-pmsh/testcases/pmsh.robot index def53caa..2f0e5bf6 100644 --- a/tests/dcaegen2-services-pmsh/testcases/pmsh.robot +++ b/tests/dcaegen2-services-pmsh/testcases/pmsh.robot @@ -55,7 +55,6 @@ Verify PNF detected in AAI when administrative state unlocked ${resp}= Get Request pmsh_session ${SUBSCRIPTIONS_ENDPOINT} Should Be Equal As Strings ${resp.json()[0]['subscription_status']} UNLOCKED Should Be Equal As Strings ${resp.json()[0]['network_functions'][0]['nf_name']} pnf-existing - Should Be Equal As Strings ${resp.json()[0]['network_functions'][0]['orchestration_status']} Active Should Be Equal As Strings ${resp.json()[0]['network_functions'][0]['nf_sub_status']} PENDING_CREATE Verify Policy response on MR is handled @@ -75,7 +74,6 @@ Verify AAI event on MR detailing new PNF being detected is handled Sleep 31 seconds Ensure AAI event on MR is picked up ${resp}= Get Request pmsh_session ${SUBSCRIPTIONS_ENDPOINT} Should Be Equal As Strings ${resp.json()[0]['network_functions'][1]['nf_name']} pnf_newly_discovered - Should Be Equal As Strings ${resp.json()[0]['network_functions'][1]['orchestration_status']} Active Should Be Equal As Strings ${resp.json()[0]['network_functions'][1]['nf_sub_status']} PENDING_CREATE Verify AAI event on MR detailing PNF being deleted is handled -- cgit 1.2.3-korg