From d7b6ab0f6ff6c5870d724dc1cfdc4c3d17eb1e35 Mon Sep 17 00:00:00 2001 From: yadavmr Date: Mon, 27 Jan 2020 18:04:30 +0530 Subject: [PATCH] Bug 873 - Robot Automation improvement: Verify NS Instance updated as per changes in osmclient Change-Id: Ifd93077454a8dbd60fbfdf116c31e097b9128fd7 Signed-off-by: yadavmr --- robot-systest/lib/cli/ns_lib.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/lib/cli/ns_lib.robot b/robot-systest/lib/cli/ns_lib.robot index f6bee419..254bc6a7 100644 --- a/robot-systest/lib/cli/ns_lib.robot +++ b/robot-systest/lib/cli/ns_lib.robot @@ -115,7 +115,7 @@ Check For NS Instance To Configured ${rc} ${stdout}= Run and Return RC and Output osm ns-list --filter name="${ns_name}" log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} - Should Contain Any ${stdout} configured failed + Should Contain Any ${stdout} READY BROKEN Check For NS Instance For Failure @@ -124,7 +124,7 @@ Check For NS Instance For Failure ${rc} ${stdout}= Run and Return RC and Output osm ns-list --filter name="${ns_name}" log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} - Should Not Contain ${stdout} failed + Should Not Contain ${stdout} BROKEN Check For NS Instance To Be Delete -- 2.25.1