From 17ed58beb51d9137146e599c3662c8fdad40843d Mon Sep 17 00:00:00 2001 From: aguilarherna Date: Wed, 27 Jan 2021 12:50:04 +0000 Subject: [PATCH] Fixes error checking the slice instance status in 'Check For Network Slice Instance For Failure' keyword. Change-Id: Ibfac29493be66a52f12f8e3874c3f1fa83e9bba9 Signed-off-by: aguilarherna --- robot-systest/lib/nsi_lib.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1