From: Victor Pickard Date: Wed, 23 Aug 2017 20:14:37 +0000 (-0400) Subject: Increase boot time check for l2gw netvirt csit X-Git-Tag: release/nitrogen~56 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6d95f2ceb3a038164f3336cbaea629826aec3ce2;p=integration%2Ftest.git Increase boot time check for l2gw netvirt csit 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 --- diff --git a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot index 99baec3f59..4ed4376ed6 100644 --- a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot +++ b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot @@ -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}