Bug 873 - Robot Automation improvement: Verify NS Instance updated as per changes... 26/8526/2
authoryadavmr <my00514913@techmahindra.com>
Mon, 27 Jan 2020 12:34:30 +0000 (18:04 +0530)
committeryadavmr <my00514913@techmahindra.com>
Tue, 28 Jan 2020 10:56:05 +0000 (11:56 +0100)
Change-Id: Ifd93077454a8dbd60fbfdf116c31e097b9128fd7
Signed-off-by: yadavmr <my00514913@techmahindra.com>
robot-systest/lib/cli/ns_lib.robot

index f6bee41..254bc6a 100644 (file)
@@ -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