mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4340: Add more debug logging
VM (id) moves from host (id) to host (id) Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
8576b1ddc9
commit
da0bb63005
|
|
@ -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
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue