Log ReCreate VM and verify flow updated
Create Vm Instance With Port On Compute Node ${ELAN1_PORT_LIST[0]} ${VM_INSTANCES_ELAN1[0]} ${OS_COMPUTE_1_IP}
Wait Until Keyword Succeeds 30s 10s Verify VM Is ACTIVE ${VM_INSTANCES_ELAN1[0]}
- ${VM_IP_ELAN1} ${DHCP_IP_ELAN1} Wait Until Keyword Succeeds 60s 10s Collect VM IP Addresses true
+ ${VM_IP_ELAN1} ${DHCP_IP_ELAN1} Wait Until Keyword Succeeds 120s 10s Collect VM IP Addresses true
... @{VM_INSTANCES_ELAN1}
Log ${VM_IP_ELAN1}
Set Suite Variable ${VM_IP_ELAN1}
# collected immediately after when that step fails, as is the nature of robot test cases.
Reboot Nova VM ${VM_INSTANCES_ELAN2[0]}
Wait Until Keyword Succeeds 30s 10s Verify VM Is ACTIVE ${VM_INSTANCES_ELAN2[0]}
- ${VM_IP_ELAN2} ${DHCP_IP_ELAN2} Wait Until Keyword Succeeds 30s 10s Collect VM IP Addresses true
+ ${VM_IP_ELAN2} ${DHCP_IP_ELAN2} Wait Until Keyword Succeeds 120s 10s Collect VM IP Addresses true
... @{VM_INSTANCES_ELAN2}
Log ${VM_IP_ELAN2}
Should Not Contain ${VM_IP_ELAN2} None
: FOR ${VM} IN @{VM_INSTANCES_ELAN1}
\ Wait Until Keyword Succeeds 25s 5s Verify VM Is ACTIVE ${VM}
Log Get IP address for ELAN1
- Wait Until Keyword Succeeds 50s 10s Collect VM IP Addresses true @{VM_INSTANCES_ELAN1}
+ Wait Until Keyword Succeeds 120s 10s Collect VM IP Addresses true @{VM_INSTANCES_ELAN1}
${VM_IP_ELAN1} ${DHCP_IP_ELAN1} Collect VM IP Addresses false @{VM_INSTANCES_ELAN1}
Log ${VM_IP_ELAN1}
Set Suite Variable ${VM_IP_ELAN1}
${VM_INSTANCES} = Create List @{VM_INSTANCES_ELAN2} @{VM_INSTANCES_ELAN3}
: FOR ${VM} IN @{VM_INSTANCES}
\ Wait Until Keyword Succeeds 25s 5s Verify VM Is ACTIVE ${VM}
- ${VM_IP_ELAN2} ${DHCP_IP_ELAN2} Wait Until Keyword Succeeds 30s 10s Collect VM IP Addresses true
+ ${VM_IP_ELAN2} ${DHCP_IP_ELAN2} Wait Until Keyword Succeeds 120s 10s Collect VM IP Addresses true
... @{VM_INSTANCES_ELAN2}
Log ${VM_IP_ELAN2}
Set Suite Variable ${VM_IP_ELAN2}
- ${VM_IP_ELAN3} ${DHCP_IP_ELAN3} Wait Until Keyword Succeeds 30s 10s Collect VM IP Addresses true
+ ${VM_IP_ELAN3} ${DHCP_IP_ELAN3} Wait Until Keyword Succeeds 120s 10s Collect VM IP Addresses true
... @{VM_INSTANCES_ELAN3}
Log ${VM_IP_ELAN3}
Set Suite Variable ${VM_IP_ELAN3}