]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat : HA functional test missing import
authorSteven Hardy <shardy@redhat.com>
Thu, 20 Sep 2012 17:10:29 +0000 (18:10 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 20 Sep 2012 17:10:29 +0000 (18:10 +0100)
Change-Id: Ife9b85c321b41f9d838bf413734a803f858d93c8
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/tests/functional/test_WordPress_Single_Instance_With_HA.py

index 19907c590d333b86d1057e1b7d2915fa160ea546..6693e71716154a43783b0036983935021a5b722f 100644 (file)
@@ -17,6 +17,7 @@ import nose
 from nose.plugins.attrib import attr
 import unittest
 import os
+import time
 
 
 @attr(speed='slow')