Fixes error checking the slice instance status in 'Check For Network Slice Instance...
[osm/tests.git] / 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