Change-Id: I1e72982a677285cdd5caf16ec42cec5fee7326a7
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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.