From: yadavmr Date: Mon, 27 Jan 2020 12:34:30 +0000 (+0530) Subject: Bug 873 - Robot Automation improvement: Verify NS Instance updated as per changes... X-Git-Tag: v7.0.1~1^2~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=d7b6ab0f6ff6c5870d724dc1cfdc4c3d17eb1e35;p=osm%2Fdevops.git Bug 873 - Robot Automation improvement: Verify NS Instance updated as per changes in osmclient Change-Id: Ifd93077454a8dbd60fbfdf116c31e097b9128fd7 Signed-off-by: yadavmr --- diff --git a/robot-systest/lib/cli/ns_lib.robot b/robot-systest/lib/cli/ns_lib.robot index f6bee419..254bc6a7 100644 --- a/robot-systest/lib/cli/ns_lib.robot +++ b/robot-systest/lib/cli/ns_lib.robot @@ -115,7 +115,7 @@ Check For NS Instance To Configured ${rc} ${stdout}= Run and Return RC and Output osm ns-list --filter name="${ns_name}" log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} - Should Contain Any ${stdout} configured failed + Should Contain Any ${stdout} READY BROKEN Check For NS Instance For Failure @@ -124,7 +124,7 @@ Check For NS Instance For Failure ${rc} ${stdout}= Run and Return RC and Output osm ns-list --filter name="${ns_name}" log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} - Should Not Contain ${stdout} failed + Should Not Contain ${stdout} BROKEN Check For NS Instance To Be Delete