fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / image.py
similarity index 96%
rename from tests/image.py
rename to doctor_tests/image.py
index 453322b..2e313e1 100644 (file)
@@ -11,8 +11,8 @@ import urllib.request
 
 from oslo_config import cfg
 
-from identity_auth import get_session
-from os_clients import glance_client
+from doctor_tests.identity_auth import get_session
+from doctor_tests.os_clients import glance_client
 
 OPTS = [
     cfg.StrOpt('image_name',