We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6302c commit 9458007Copy full SHA for 9458007
1 file changed
test/integration/smoke/test_vpc_redundant.py
@@ -571,7 +571,7 @@ def test_02_redundant_VPC_default_routes(self):
571
@attr(tags=["advanced", "intervlan"], required_hardware="true")
572
def test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers(self):
573
""" Create a redundant VPC with two networks with two VMs in each network """
574
- self.logger.debug("Starting test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL")
+ self.logger.debug("Starting test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers")
575
self.query_routers()
576
self.networks.append(self.create_network(self.services["network_offering"], "10.1.1.1"))
577
self.check_routers_state()
0 commit comments