Merge "Fix tempest test path"

This commit is contained in:
Jenkins 2016-02-24 04:39:01 +00:00 committed by Gerrit Code Review
commit 1ee2ec1643

View File

@ -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