X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Flib%2Fvnf_lib.robot;fp=robot-systest%2Flib%2Fvnf_lib.robot;h=eda7ff4d33ce7039c49a3a57bc9fe940b8975fb1;hb=5b7332fbe46cc12c39ee85f7a9c8a8b09b60e939;hp=12f44bc5d63f2418699e2232aab82e712b23cae1;hpb=661ba4f167f7c68eeb87cb97ae254a0034a48dbb;p=osm%2Ftests.git diff --git a/robot-systest/lib/vnf_lib.robot b/robot-systest/lib/vnf_lib.robot index 12f44bc..eda7ff4 100644 --- a/robot-systest/lib/vnf_lib.robot +++ b/robot-systest/lib/vnf_lib.robot @@ -19,7 +19,7 @@ Get VNF VIM ID [Arguments] ${vnf_id} Should Not Be Empty ${vnf_id} - ${rc} ${stdout}= Run and Return RC and Output osm vnf-show ${vnf_id} --literal | grep vim-id | awk '{print $2}' + ${rc} ${stdout}= Run and Return RC and Output osm vnf-show ${vnf_id} --literal | grep vim_id | awk '{print $2}' log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} [Return] ${stdout}