Increase boot time check for l2gw netvirt csit 25/62225/1
authorVictor Pickard <vpickard@redhat.com>
Wed, 23 Aug 2017 20:14:37 +0000 (16:14 -0400)
committerVictor Pickard <vpickard@redhat.com>
Wed, 23 Aug 2017 20:14:37 +0000 (16:14 -0400)
The VM is getting an IP, just need to wait a little
longer before checking nova log...

Change-Id: Ic4fbd80b3530f4b70fc549ee2e8385cd938a8f89
Signed-off-by: Victor Pickard <vpickard@redhat.com>
csit/suites/l2gw/01_Configure_verify_l2gateway.robot

index 99baec3f59f107a98b8ed26dd0a2b15aa9b035d7..4ed4376ed676ee0de9528b31649eba7c7a363d1e 100644 (file)
@@ -92,7 +92,7 @@ TC10 Update And Attach Second Port To Hwvtep Create L2gw Connection
     L2GatewayOperations.Update Port For Hwvtep    ${HWVTEP_PORT_2}
     Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Attach Port To Hwvtep Namespace    ${port_mac_list[3]}    ${HWVTEP_NS2}    ${NS2_TAP1}
     OpenStackOperations.Create Vm Instance With Port On Compute Node    ${OVS_PORT_2}    ${OVS_VM2_NAME}    ${OVS_IP}
-    ${vm_ip}=    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Verify Nova VM IP    ${OVS_VM2_NAME}
+    ${vm_ip}=    Wait Until Keyword Succeeds    60s    2s    L2GatewayOperations.Verify Nova VM IP    ${OVS_VM2_NAME}
     Log    ${vm_ip}
     Should Contain    ${vm_ip[0]}    ${port_ip_list[2]}
     ${output}=    L2GatewayOperations.Create Verify L2Gateway    ${HWVTEP_BRIDGE}    ${NS_PORT2}    ${L2GW_NAME2}