From 9908a9df9a4dda4d0abc2698df2ac77cc97afe9f Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 23 Jan 2018 14:51:38 -0800 Subject: [PATCH] Use intended security group in instance create there is some environment problem where we end up with multiple "default" security groups and if we don't use the unique sg defined for that suite, we get a failure to create the instance Change-Id: Iade91312d639c789e143b68ba6c3d596b82d675b Signed-off-by: Jamo Luhrsen --- csit/suites/netvirt/elan/elan.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/netvirt/elan/elan.robot b/csit/suites/netvirt/elan/elan.robot index 642270d239..7931332a51 100644 --- a/csit/suites/netvirt/elan/elan.robot +++ b/csit/suites/netvirt/elan/elan.robot @@ -80,7 +80,7 @@ Verify Datapath After Recreate VM Instance ${smac_cn1} = BuiltIn.Create List @{NET_1_MACS}[0] BuiltIn.Wait Until Keyword Succeeds 30s 10s Verify Flows Are Removed For ELAN Service ${OS_COMPUTE_1_IP} ${smac_cn1} OpenStackOperations.Remove RSA Key From KnownHosts @{NET_1_VM_IPS}[0] - OpenStackOperations.Create Vm Instance With Port On Compute Node ${NET_1_PORTS[0]} ${NET_1_VMS[0]} ${OS_CMP1_HOSTNAME} + OpenStackOperations.Create Vm Instance With Port On Compute Node ${NET_1_PORTS[0]} ${NET_1_VMS[0]} ${OS_CMP1_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 -- 2.36.6