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=12f44bc5d63f2418699e2232aab82e712b23cae1;hb=bde6780a9608369aaf84501af5e6098d7ac6d7aa;hp=eda7ff4d33ce7039c49a3a57bc9fe940b8975fb1;hpb=5a1cc801504dbfec251d3f279c73f888eafa1da4;p=osm%2Ftests.git diff --git a/robot-systest/lib/vnf_lib.robot b/robot-systest/lib/vnf_lib.robot index eda7ff4..12f44bc 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}