fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / alarm.py
similarity index 94%
rename from tests/alarm.py
rename to doctor_tests/alarm.py
index 916f440..3b1aaf3 100644 (file)
@@ -8,10 +8,10 @@
 ##############################################################################
 from oslo_config import cfg
 
-from identity_auth import get_identity_auth
-from identity_auth import get_session
-from os_clients import aodh_client
-from os_clients import nova_client
+from doctor_tests.identity_auth import get_identity_auth
+from doctor_tests.identity_auth import get_session
+from doctor_tests.os_clients import aodh_client
+from doctor_tests.os_clients import nova_client
 
 OPTS = [
     cfg.StrOpt('alarm_basename',