]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
orchestra.run: More consistently notice failures 1045/head
authorZack Cerza <zack@redhat.com>
Fri, 10 Mar 2017 23:14:30 +0000 (16:14 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 10 Mar 2017 23:18:27 +0000 (16:18 -0700)
commit6d61aa16f434cdd19e72803d790f6ea3377eece1
tree834555dc52f5d24473a81ba7a566d5ce4294a900
parentf437434ead9c0489f07361a5c787eb315edcdde4
orchestra.run: More consistently notice failures

check_status=True in combination with wait=False resulted in
CommandFailedError never being raised if poll() was used instead of
wait(). Fix that.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/orchestra/run.py