From 6322e653e7be2f7b7a2a52374db75b3b2862ed01 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 29 Nov 2015 12:51:45 +0100 Subject: [PATCH] openstack: add --wait to block until the suite finishes Signed-off-by: Loic Dachary --- scripts/openstack.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/openstack.py b/scripts/openstack.py index 9b2c7fae4f..e2ab5e8347 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', -- 2.39.5