X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=doctor_tests%2Finstaller%2F__init__.py;fp=tests%2Finstaller%2F__init__.py;h=02735b118ec5b90c6397fc166207dc93c2433049;hb=25759e0a0204765a7a9454d7586df66592e943c2;hp=bb0e452d686e9487d6ab6a3c66c99369d1a97ca8;hpb=87da3b937f3130c49cc84608b49a1556fa3d2728;p=doctor.git diff --git a/tests/installer/__init__.py b/doctor_tests/installer/__init__.py similarity index 91% rename from tests/installer/__init__.py rename to doctor_tests/installer/__init__.py index bb0e452d..02735b11 100644 --- a/tests/installer/__init__.py +++ b/doctor_tests/installer/__init__.py @@ -28,11 +28,11 @@ OPTS = [ _installer_name_class_mapping = { - 'local': 'installer.local.LocalInstaller', - 'apex': 'installer.apex.ApexInstaller' + 'local': 'doctor_tests.installer.local.LocalInstaller', + 'apex': 'doctor_tests.installer.apex.ApexInstaller' } def get_installer(conf, log): installer_class = _installer_name_class_mapping[conf.installer.type] - return importutils.import_object(installer_class, conf, log) \ No newline at end of file + return importutils.import_object(installer_class, conf, log)