summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-18 12:34:58 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-18 12:34:58 +0000
commit17fba3d5a73170314c0785921e357d4408705eb3 (patch)
treef732275361cb9f8290f4e9c31dafcddb981437bc
parentf9721333b4d97e8507f2c41fef2fd9a86fe5beb4 (diff)
downloadciat-tester-17fba3d5a73170314c0785921e357d4408705eb3.tar.gz
Print cliapp runcmd output to avoid buffering.
-rwxr-xr-xopenstack/tester3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 9dd4086..18ab59f 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -178,7 +178,8 @@ class Deployment(object):
'--disk-format', 'raw',
'--container-format', 'bare',
'--file', self.image_file]
- cliapp.runcmd(args, stdin=None, stdout=None, stderr=None)
+ output = cliapp.runcmd(args)
+ print(output)
# Get a novaclient object
nc = client.Client(2,