| commit | f4ac4f2dcb58ecfd59b4c13e31bf024bf60d1da4 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Thu May 18 15:51:57 2017 +0200 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Thu May 18 15:51:57 2017 +0200 |
| tree | a2289d2a5e3406fb7bf1d894e6977d43438be7ad | |
| parent | 861bad759d9520b5f97be4d3c8dbb91eea86a964 [diff] [blame] |
Fix: Removed problem with race conditions in OpenStack dummy API tests
diff --git a/src/emuvim/test/api_base_openstack.py b/src/emuvim/test/api_base_openstack.py index 6fb9b49..c951665 100755 --- a/src/emuvim/test/api_base_openstack.py +++ b/src/emuvim/test/api_base_openstack.py
@@ -103,7 +103,7 @@ def startApi(self): for i in self.api: - i.start() + i.start(wait_for_port=True) def stopApi(self): for i in self.api: