Stress improts
* Partial relative import fix
* Wildcard imports removed
* stress/utils/util.py renamed to stress/utils.py
* time/datetime module aliasing removed
Change-Id: Ib0b234581695604c10c51915210e4643a8732874
diff --git a/stress/tests/hard_reboots.py b/stress/tests/hard_reboots.py
index fe57be1..50a2e91 100644
--- a/stress/tests/hard_reboots.py
+++ b/stress/tests/hard_reboots.py
@@ -13,11 +13,13 @@
# limitations under the License.
"""Test that reboots random instances in a Nova cluster."""
+import datetime
+import time
-from stress.test_servers import *
-from stress.test_server_actions import *
from stress.basher import BasherAction
-from stress.driver import *
+from stress.driver import bash_openstack
+from stress.test_server_actions import TestRebootVM
+from stress.test_servers import TestCreateVM
from tempest import clients
choice_spec = [