diff --git a/robot-systest/lib/ns_lib.resource b/robot-systest/lib/ns_lib.resource index ab763e1391f30230f4bba26cdf486de225e3cefb..9b2cc6f5061d8767fc57f1e9d02fb268416e3c61 100644 --- a/robot-systest/lib/ns_lib.resource +++ b/robot-systest/lib/ns_lib.resource @@ -170,8 +170,8 @@ Get Ns Vnfr Ids Should Not Be Empty ${ns_id} ${rc} ${stdout}= Run And Return Rc And Output osm vnf-list --ns ${ns_id} | grep ${ns_id} | awk '{print $2}' 2>&1 Should Be Equal As Integers ${rc} ${SUCCESS_RETURN_CODE} msg=${stdout} values=False - @{vdur}= Split String ${stdout} - RETURN @{vdur} + @{vnfr}= Split String ${stdout} + RETURN @{vnfr} Get Vnf Vdur Names [Documentation] Return a list with the names of the VDU records of a VNF instance.