Merge "Fix tempest test path"
This commit is contained in:
commit
1ee2ec1643
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user