Add gates_tests to system_tests.__init__
We miss to add our gates directory in tests_directory, so tests can not be executed Change-Id: I3b747e3fe8f5aae337b1ca81471a881280b148a0
This commit is contained in:
parent
def8521349
commit
d2ce5b476d
@ -31,7 +31,8 @@ from system_test.helpers.utils import config_filter
|
||||
|
||||
tests_directory = [
|
||||
'fuelweb_test/tests',
|
||||
'system_test/tests'
|
||||
'system_test/tests',
|
||||
'gates_tests'
|
||||
]
|
||||
|
||||
__all__ = [
|
||||
|
Loading…
Reference in New Issue
Block a user