summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2019-08-01 12:16:00 -0400
committerMatt Clay <matt@mystile.com>2019-08-02 13:57:30 -0700
commita063287e74423d77257686319ccadbf4c139b9bc (patch)
treee2fa8c87a7e0db017a38af8b15a2965b26081497 /test
parent2e66d739405da57c03552bad374a600b1bab78c3 (diff)
downloadansible-a063287e74423d77257686319ccadbf4c139b9bc.tar.gz
[stable-2.7] Wait for Ansible Tower instance to be ready
(cherry picked from commit ea209e1c2f) Co-authored-by: Sam Doran <sdoran@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/runner/lib/cloud/tower.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/lib/cloud/tower.py b/test/runner/lib/cloud/tower.py
index 89c7b985bf..ded9ec1fe2 100644
--- a/test/runner/lib/cloud/tower.py
+++ b/test/runner/lib/cloud/tower.py
@@ -101,6 +101,7 @@ class TowerCloudProvider(CloudProvider):
aci = get_tower_aci(self.args, self.version)
aci.start()
+ aci.wait()
connection = aci.get()