From: Loic Dachary Date: Sun, 29 Nov 2015 11:51:45 +0000 (+0100) Subject: openstack: add --wait to block until the suite finishes X-Git-Tag: 1.1.0~664^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F794%2Fhead;p=teuthology.git openstack: add --wait to block until the suite finishes Signed-off-by: Loic Dachary --- diff --git a/scripts/openstack.py b/scripts/openstack.py index 9b2c7fae4..e2ab5e834 100644 --- a/scripts/openstack.py +++ b/scripts/openstack.py @@ -33,6 +33,11 @@ and analyze results. action='store_true', default=None, help='be more verbose', ) + parser.add_argument( + '--wait', + action='store_true', default=None, + help='block until the suite is finished', + ) parser.add_argument( '--name', help='OpenStack primary instance name',