mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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:
parent
aec34865ea
commit
0eb1690872
@ -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…
x
Reference in New Issue
Block a user