Fixes error checking the slice instance status in 'Check For Network Slice Instance... 26/10226/1
authoraguilarherna <daguilarh@indra.es>
Wed, 27 Jan 2021 12:50:04 +0000 (12:50 +0000)
committeraguilarherna <daguilarh@indra.es>
Wed, 27 Jan 2021 12:50:04 +0000 (12:50 +0000)
Change-Id: Ibfac29493be66a52f12f8e3874c3f1fa83e9bba9
Signed-off-by: aguilarherna <daguilarh@indra.es>
robot-systest/lib/nsi_lib.robot

index abbba52..2169f7f 100644 (file)
@@ -172,7 +172,7 @@ Check For Network Slice Instance For Failure
     ${rc}   ${stdout}=   Run and Return RC and Output   osm nsi-list --filter name="${slice_name}"
     log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
-    Should Not Contain   ${stdout}   BROKEN
+    Should Not Contain   ${stdout}   failed
 
 
 Delete NSI