Fix sfc variable VP_IPS -> NET1_VM_IPS 59/65759/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 20 Nov 2017 21:57:32 +0000 (13:57 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 20 Nov 2017 21:57:32 +0000 (13:57 -0800)
this was overlooked in the refactor here:
https://git.opendaylight.org/gerrit/#/c/65589/4/csit/suites/openstack/extensions/sfc.robot

Change-Id: Ife8823eef4be6846ce8a783e71cfdb4c961012b7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/openstack/extensions/sfc.robot

index 56687cffffbc90f390804a4b5efdc8ae3908489b..f9b7611483bea05a58d68f18bc4eb5492da7278c 100644 (file)
@@ -52,7 +52,7 @@ Create Vm Instances
     Create Vm Instance With Port    dest_vm_port    dest_vm    sg=${SECURITY_GROUP}
 
 Check Vm Instances Have Ip Address
-    @{VM_IPS}    ${NET1_DHCP_IP} =    Get VM IPs    @{VM_INSTANCES}
+    @{NET1_VM_IPS}    ${NET1_DHCP_IP} =    Get VM IPs    @{VM_INSTANCES}
     Set Suite Variable    @{NET1_VM_IPS}
     Should Not Contain    ${NET1_VM_IPS}    None
     Should Not Contain    ${NET1_DHCP_IP}    None