From: Jamo Luhrsen Date: Mon, 20 Nov 2017 21:57:32 +0000 (-0800) Subject: Fix sfc variable VP_IPS -> NET1_VM_IPS X-Git-Tag: pre-potassium~1075 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=4bc6d322cadd82c7e9ca56824b3d2c267c128cb4;p=integration%2Ftest.git Fix sfc variable VP_IPS -> NET1_VM_IPS 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 --- diff --git a/csit/suites/openstack/extensions/sfc.robot b/csit/suites/openstack/extensions/sfc.robot index 56687cffff..f9b7611483 100644 --- a/csit/suites/openstack/extensions/sfc.robot +++ b/csit/suites/openstack/extensions/sfc.robot @@ -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