From 4bc6d322cadd82c7e9ca56824b3d2c267c128cb4 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 20 Nov 2017 13:57:32 -0800 Subject: [PATCH] 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 --- csit/suites/openstack/extensions/sfc.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6