Use runtestmanager on ci
Use runtestmanager for static model:
virtual-mcp-pike-*
Change-Id: If5cd634b005b342c8b724ff99f4d8861e4a2bee9
diff --git a/tcp_tests/tests/system/conftest.py b/tcp_tests/tests/system/conftest.py
index 1214cd3..61dd8e2 100644
--- a/tcp_tests/tests/system/conftest.py
+++ b/tcp_tests/tests/system/conftest.py
@@ -27,6 +27,7 @@
from tcp_tests.fixtures.k8s_fixtures import * # noqa
from tcp_tests.fixtures.drivetrain_fixtures import * # noqa
from tcp_tests.fixtures.day1_fixtures import * # noqa
+from tcp_tests.fixtures.runtest_fixtures import * # noqa
__all__ = sorted([ # sort for documentation
@@ -74,5 +75,7 @@
'k8s_deployed',
'day1_underlay',
'day1_cfg_config',
- 'day1_salt_action'
+ 'day1_salt_action',
+ # tempest
+ 'tempest_actions'
])