Merge "Fix tempest tests list"
This commit is contained in:
commit
e264688ada
@ -25,6 +25,9 @@ class ZaqarTempestPlugin(plugins.TempestPlugin):
|
||||
def load_tests(self):
|
||||
base_path = os.path.split(os.path.dirname(
|
||||
os.path.abspath(__file__)))[0]
|
||||
# Note: base_path should be set to the top directory
|
||||
# of zaqar.
|
||||
base_path += '/../..'
|
||||
test_dir = "zaqar/tests/tempest_plugin/tests"
|
||||
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