mirror of https://github.com/apache/cloudstack.git
add debug message
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
6ab5c40eeb
commit
56043eb6cf
|
|
@ -760,6 +760,8 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||
for k in i.split():
|
||||
result.append(k)
|
||||
|
||||
self.debug("Size of the mounted iso in %s" % res)
|
||||
|
||||
# Get ISO size
|
||||
iso_response = list_isos(
|
||||
self.apiclient,
|
||||
|
|
|
|||
Loading…
Reference in New Issue