Use proper syntax for list passing to *contain* kw
[integration/test.git] / csit / suites / netvirt / snatdnat / snat_dnat.robot
index 8650dc8006501ec672c99e4c93fc1a43fcac5812..4df20e3afc6317fa89078d07b031f76937265444 100644 (file)
@@ -102,5 +102,5 @@ Create Nova VMs
     OpenStackOperations.Create Vm Instance With Port On Compute Node    @{PORTS}[3]    @{NET_1_VMS}[3]    ${OS_CMP2_HOSTNAME}    sg=${SECURITY_GROUP}
     @{NET_1_VM_IPS}    ${NET_1_DHCP_IP} =    OpenStackOperations.Get VM IPs    @{NET_1_VMS}
     BuiltIn.Set Suite Variable    @{NET_1_VM_IPS}
-    BuiltIn.Should Not Contain    @{NET_1_VM_IPS}    None
+    BuiltIn.Should Not Contain    ${NET_1_VM_IPS}    None
     BuiltIn.Should Not Contain    ${NET_1_DHCP_IP}    None