]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: add --wait to block until the suite finishes 794/head
authorLoic Dachary <ldachary@redhat.com>
Sun, 29 Nov 2015 11:51:45 +0000 (12:51 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sat, 27 Feb 2016 05:56:36 +0000 (12:56 +0700)
Signed-off-by: Loic Dachary <loic@dachary.org>
scripts/openstack.py

index 9b2c7fae4f4572d45ee0175a1ae5e7e0959be8da..e2ab5e83478933083cb0438de3b09c59e4bd7071 100644 (file)
@@ -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',