From fee7a868e1a9a5d503ce5cedb94e160d442d8b79 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 31 Jul 2013 10:52:01 +0530 Subject: [PATCH] CLOUDSTACK-3916: Fix silly string formatting mistake Signed-off-by: Prasanna Santhanam --- test/integration/smoke/test_vm_life_cycle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_vm_life_cycle.py b/test/integration/smoke/test_vm_life_cycle.py index 128142202e2..ff37c997136 100644 --- a/test/integration/smoke/test_vm_life_cycle.py +++ b/test/integration/smoke/test_vm_life_cycle.py @@ -752,7 +752,7 @@ class TestVMLifeCycle(cloudstackTestCase): c = "mount |grep %s|head -1" % self.services["mount"] res = ssh_client.execute(c) size = ssh_client.execute("du %s | tail -1" % self.services["mount"]) - self.debug("Found a mount point at %s with size" % (res, size)) + self.debug("Found a mount point at %s with size %s" % (res, size)) # Get ISO size iso_response = list_isos(