diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index 33f08e27771..73a96e4d6f4 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -2525,8 +2525,9 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase): self.debug("Validating if the network rules work properly or not?") self.validate_network_rules() - self.debug("Migrating VM-ID: %s to Host: %s" % ( + self.debug("Migrating VM-ID: %s on Host: %s to Host: %s" % ( self.vm_1.id, + self.vm_1.hostid, host.id ))