diff --git a/aodh/tests/tempest/plugin.py b/aodh/tests/tempest/plugin.py index e4708faa1..c9eae23c7 100644 --- a/aodh/tests/tempest/plugin.py +++ b/aodh/tests/tempest/plugin.py @@ -27,7 +27,7 @@ class AodhTempestPlugin(plugins.TempestPlugin): def load_tests(self): base_path = os.path.split(os.path.dirname( os.path.abspath(aodh.__file__)))[0] - test_dir = "tempest" + test_dir = "aodh/tests/tempest" full_test_dir = os.path.join(base_path, test_dir) return full_test_dir, base_path