summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-18 13:51:12 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-18 13:51:12 +0000
commit946350cd2593dc98bdf9ea990928cd3dc7c6bea8 (patch)
tree71b107420a4fc88ecfe844a7267faaf5f7eec04a
parent107ebb6f62d8e5c4542be2f986d5d1632116f65b (diff)
downloadciat-tester-946350cd2593dc98bdf9ea990928cd3dc7c6bea8.tar.gz
Actually print ssh command output.
-rwxr-xr-xopenstack/tester2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 633e392..259309b 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -275,7 +275,7 @@ class ReleaseApp(cliapp.Application):
print('Running test: ' + data['name'])
for cmd in data['commands']:
print('$ ' + cmd)
- instance.runcmd(['sh', '-c', cmd])
+ instance.runcmd(['sh', '-c', cmd], stdout=self.output)
def deploy_and_test_systems(self, tests):
"""Run the deployments and tests"""