Avoid creating SDNC for tests during run_test.sh, doing it in the testsuite instead
[osm/tests.git] / robot-systest / testsuite / slice_02-shared_network_slicing.robot
index d5a376a..ded9fb0 100644 (file)
@@ -108,7 +108,7 @@ Get Middle Vnf Management Ip
     [Documentation]   Obtains the management IP of the shared NS main (only) VNF and sets it 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 First Slice Vnf IPs