add rally to the run
diff --git a/tcp_tests/fixtures/rally_fixtures.py b/tcp_tests/fixtures/rally_fixtures.py
index 45e828a..18fa179 100644
--- a/tcp_tests/fixtures/rally_fixtures.py
+++ b/tcp_tests/fixtures/rally_fixtures.py
@@ -18,7 +18,7 @@
@pytest.fixture(scope='function')
-def rally(underlay):
+def rally(config, underlay):
"""Fixture that provides various actions for TCP
:param config: fixture provides oslo.config
@@ -27,4 +27,4 @@
For use in tests or fixtures to deploy a custom TCP
"""
- return rallymanager.RallyManager(underlay, 'cfg01')
+ return rallymanager.RallyManager(underlay, config.salt.salt_master_host)