summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2012-09-20 18:10:29 +0100
committerSteven Hardy <shardy@redhat.com>2012-09-20 18:10:29 +0100
commitd2c8b97015352da73c2dc9463f8d20c6a98dea04 (patch)
tree040991b383e8134e9221614d64423a2bf3f1611b
parentf5033cffb6ec4de1d055079f6f4cfe29e507c52f (diff)
downloadheat-d2c8b97015352da73c2dc9463f8d20c6a98dea04.tar.gz
heat : HA functional test missing importv6.releasev6-branch-eol
Change-Id: Ife9b85c321b41f9d838bf413734a803f858d93c8 Signed-off-by: Steven Hardy <shardy@redhat.com>
-rw-r--r--heat/tests/functional/test_WordPress_Single_Instance_With_HA.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/tests/functional/test_WordPress_Single_Instance_With_HA.py b/heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
index 19907c590..6693e7171 100644
--- a/heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
+++ b/heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
@@ -17,6 +17,7 @@ import nose
from nose.plugins.attrib import attr
import unittest
import os
+import time
@attr(speed='slow')