aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-03-22 22:15:34 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-03-22 22:18:05 +0100
commitce305aa6d78ca62649d43b73b1d8f3b851584d81 (patch)
treef2d40c2dcce227dfa6bfc4c7430e1824c72b4d55 /functest/opnfv_tests/vnf/ims
parent0232ee83ca4fe94f8e5fa9e51ce83c289e2ae5d8 (diff)
Remove hardcoded tempos in heat_ims
It adds loops to wait for services. It sets dns forwarders to allow sending Heat signal at last instructions. Change-Id: I3ae29ddbaee5f8b2086078bd5245e140348f0dcf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims')
-rw-r--r--functest/opnfv_tests/vnf/ims/heat_ims.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/heat_ims.py b/functest/opnfv_tests/vnf/ims/heat_ims.py
index 56082683c..7ad887bd0 100644
--- a/functest/opnfv_tests/vnf/ims/heat_ims.py
+++ b/functest/opnfv_tests/vnf/ims/heat_ims.py
@@ -185,7 +185,6 @@ class HeatIms(singlevm.VmReady2):
wait=True, **parameters)
self.__logger.debug("stack: %s", self.stack)
- time.sleep(300)
self._monit()
servers = self.cloud.list_servers(detailed=True)