test_vpc_redundant.py: fix logging

This commit is contained in:
Wei Zhou 2026-06-01 11:39:03 +02:00
parent 34c682737e
commit a5721bee01
No known key found for this signature in database
GPG Key ID: 1503DFE7C8226103
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ class TestVPCRedundancy(cloudstackTestCase):
@attr(tags=["advanced", "intervlan"], required_hardware="true")
def test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers(self):
""" Create a redundant VPC with two networks with two VMs in each network """
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")
self.query_routers()
self.networks.append(self.create_network(self.services["network_offering"], "10.1.1.1"))
self.check_routers_state()