ustcweizhou commented on issue #3421: RvR: VPC redundant vrs run on same hypervisor URL: https://github.com/apache/cloudstack/pull/3421#issuecomment-506719466 @rhtyd I checked the result but did not understand why the issue happened... ``` ====================================================================== FAIL: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_vpc_redundant.py", line 597, in test_04_rvpc_network_garbage_collector_nics self.do_vpc_test(False) File "/marvin/tests/smoke/test_vpc_redundant.py", line 690, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/marvin/tests/smoke/test_vpc_redundant.py", line 533, in check_ssh_into_vm self.fail("Failed to SSH into VM - %s" % (public_ip.ipaddress.ipaddress)) AssertionError: Failed to SSH into VM - 10.1.34.69 ``` and ``` ====================================================================== FAIL: Create a redundant VPC with multiple tiers ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_vpc_redundant.py", line 633, in test_05_rvpc_multi_tiers self.do_vpc_test(False) File "/marvin/tests/smoke/test_vpc_redundant.py", line 690, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/marvin/tests/smoke/test_vpc_redundant.py", line 533, in check_ssh_into_vm self.fail("Failed to SSH into VM - %s" % (public_ip.ipaddress.ipaddress)) AssertionError: Failed to SSH into VM - 10.1.34.71 ``` and ``` ====================================================================== ERROR: Create a redundant VPC with multiple tiers ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_vpc_redundant.py", line 284, in tearDown raise Exception("Warning: Exception during cleanup : %s" % e) Exception: Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 78 as its used by 1 networks. To make the network offering unavaiable, disable it ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
