Rename core fixtures to match the drivetrain component names
The following changes:
common_services_deployed -> core_deployed
sl_deployed -> stacklight_deployed
Change-Id: I6e505d2ef96053b19b2d43b0214f5a30f71ae8ea
diff --git a/tcp_tests/tests/component/conftest.py b/tcp_tests/tests/component/conftest.py
index d16387d..f33b1b4 100644
--- a/tcp_tests/tests/component/conftest.py
+++ b/tcp_tests/tests/component/conftest.py
@@ -18,7 +18,7 @@
from tcp_tests.fixtures.underlay_fixtures import * # noqa
from tcp_tests.fixtures.rally_fixtures import * # noqa
from tcp_tests.fixtures.salt_fixtures import * # noqa
-from tcp_tests.fixtures.common_services_fixtures import * # noqa
+from tcp_tests.fixtures.core_fixtures import * # noqa
from tcp_tests.fixtures.openstack_fixtures import * # noqa
from tcp_tests.fixtures.opencontrail_fixtures import * # noqa
from tcp_tests.fixtures.oss_fixtures import * # noqa
@@ -39,8 +39,8 @@
'rally',
# salt_fixtures
'salt_actions',
- # common_services_fixtures
- 'common_services_actions',
+ # core_fixtures
+ 'core_actions',
# openstack_fixtures
'openstack_actions',
# oss_fixtures