From da0bb630057550cb5707a39cddb58a86a24850dd Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 19 Aug 2013 15:42:12 +0530 Subject: [PATCH] CLOUDSTACK-4340: Add more debug logging VM (id) moves from host (id) to host (id) Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc_vm_life_cycle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ))