CLOUDSTACK-4340: Add more debug logging

VM (id) moves from host (id) to host (id)

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit da0bb630057550cb5707a39cddb58a86a24850dd)
This commit is contained in:
Prasanna Santhanam 2013-08-19 15:42:12 +05:30
parent aec34865ea
commit 0eb1690872

View File

@ -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
))