From: aguilarherna Date: Wed, 27 Jan 2021 12:50:04 +0000 (+0000) Subject: Fixes error checking the slice instance status in 'Check For Network Slice Instance... X-Git-Tag: branch-sol006v331-start~25 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=17ed58beb51d9137146e599c3662c8fdad40843d Fixes error checking the slice instance status in 'Check For Network Slice Instance For Failure' keyword. Change-Id: Ibfac29493be66a52f12f8e3874c3f1fa83e9bba9 Signed-off-by: aguilarherna --- diff --git a/robot-systest/lib/nsi_lib.robot b/robot-systest/lib/nsi_lib.robot index abbba52..2169f7f 100644 --- a/robot-systest/lib/nsi_lib.robot +++ b/robot-systest/lib/nsi_lib.robot @@ -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