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:
Tatyana Leontovich 2016-02-15 18:43:08 +02:00
parent def8521349
commit d2ce5b476d

View File

@ -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__ = [