Update heal tests to use new NF and NS packages without charms
[osm/tests.git] / robot-systest / testsuite / slice_01-network_slicing.robot
index ee19f39..bc595f9 100644 (file)
@@ -92,7 +92,7 @@ Get Middle Vnf Management Ip
     [Documentation]   Obtains the management IP of the slice middle VNF (name in the reources file) and sets the ip as a suite variable (mgmt_vnf_ip)
     ${middle_ns_id}=   Run And Return RC And Output   osm ns-list | grep ${MIDDLE_NS_NAME} | awk '{print $4}' 2>&1
     ${vnf_ip}=   Get Vnf Management Ip Address   ${middle_ns_id}[1]   ${VNF_MEMBER_INDEX}
-    IF   ${vnf_ip} == ${EMPTY}   Fatal Error   Variable \$\{ vnf_ip\} Empty
+    IF   '${vnf_ip}' == '${EMPTY}'   Fatal Error   Variable \$\{ vnf_ip\} Empty
     Set Suite Variable   ${MGMT_VNF_IP}   ${vnf_ip}
 
 Get Slice Vnf Ip Addresses