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/create_kill.py b/stress/tests/create_kill.py
index 2565723..30ddfd7 100644
--- a/stress/tests/create_kill.py
+++ b/stress/tests/create_kill.py
@@ -14,9 +14,13 @@
"""More aggressive test that creates and destroys VMs with shorter
sleep times"""
-from stress.test_servers import *
+import datetime
+import time
+
from stress.basher import BasherAction
-from stress.driver import *
+from stress.driver import bash_openstack
+from stress.test_servers import TestCreateVM
+from stress.test_servers import TestKillActiveVM
from tempest import clients
choice_spec = [