summaryrefslogtreecommitdiff
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:21 -0700
commit1a9f703309a71a40ba7a9890415eb97282178ac9 (patch)
tree82e91b0af22108417189fba47fadf024655f7dd1
parent203d57d0da1f6194a7ea913327926ce83c665d3d (diff)
downloadansible-1a9f703309a71a40ba7a9890415eb97282178ac9.tar.gz
[stable-2.6] Wait for Ansible Tower instance to be ready
(cherry picked from commit ea209e1c2f) Co-authored-by: Sam Doran <sdoran@redhat.com>
-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()