aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/heat_ims.py
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 23:52:17 +0100
commit9ecaf78423d36272ef196021aec5c37fbe186f99 (patch)
tree1e667483cdf61a01651d0e30bd9b5c26f383150d /functest/opnfv_tests/vnf/ims/heat_ims.py
parentdf8ecfc38321e0ef8722ee50874358fd2e3e6c15 (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> (cherry picked from commit ce305aa6d78ca62649d43b73b1d8f3b851584d81)
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/heat_ims.py')
-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)