From 9780ffb6e10803952a0c075efc9088ee31fe0a89 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 (cherry picked from commit 8602866063becbe67d001c1f5d778b948eb32fc0) --- 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(