Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1577 @jburwell I have squashed all the commits in this PR into one logical commit as suggested by you. Moreover, I have briefly investigated the above failed test "test_02_redundant_VPC_default_routes" and here are my findings: 1) The above test case fails during establishment of SSH connection to the VM via its public IP (SSH connection failed to setup, timeout error) 2) It looks like a test code (and/or) test environment issue as similar SSH tests in other test cases in the same test script "test_vpc_redundant.py" pass. 3) The only difference between this failing test case and other test cases being the number of retries while establishing SSH connection to the VM via its public IP (0 and 5 retries respectively). Thus, most likely, increasing the number of retries in the failing test case will fix this issue on your test environment. 4) This test case fails at the same point across different PRs (e.g. PR #1580 and PR #1579 ) Conclusion: The above test "test_02_redundant_VPC_default_routes" is failing due to test code (and/or) test environment issues.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---