Remove tabs in robot files in favour of spaces, add chek in stage-test
[osm/tests.git] / robot-systest / lib / nsi_lib.robot
index 7d5f8fa..005d536 100644 (file)
@@ -160,7 +160,7 @@ Check For Network Slice Instance To Configured
     ${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 Contain Any   ${stdout}   READY   BROKEN    configured
+    Should Contain Any   ${stdout}   READY   BROKEN   configured
 
 
 Check For Network Slice Instance For Failure