Add neutron client to octavia states
Also add missed mark to test_queens L 77
(thanks to abaranuk)
Change-Id: I71ec5fd4302e5b572b621d8933bc1372d1cd20f2
diff --git a/tcp_tests/templates/shared-openstack.yaml b/tcp_tests/templates/shared-openstack.yaml
index 5d5f16b..7fe2917 100644
--- a/tcp_tests/templates/shared-openstack.yaml
+++ b/tcp_tests/templates/shared-openstack.yaml
@@ -347,6 +347,12 @@
retry: {count: 1, delay: 5}
skip_fail: false
+- description: Execute neutron client to create octavia resources
+ cmd: salt -C 'I@neutron:client' state.sls neutron.client
+ node_name: {{ HOSTNAME_CFG01 }}
+ retry: {count: 1, delay: 5}
+ skip_fail: false
+
- description: Install octavia api service on primary node
cmd: salt -C 'I@octavia:api:role:primary' state.sls octavia.api
node_name: {{ HOSTNAME_CFG01 }}
diff --git a/tcp_tests/tests/system/test_install_mcp_queens.py b/tcp_tests/tests/system/test_install_mcp_queens.py
index 0e595bf..b644d26 100644
--- a/tcp_tests/tests/system/test_install_mcp_queens.py
+++ b/tcp_tests/tests/system/test_install_mcp_queens.py
@@ -74,7 +74,7 @@
@pytest.mark.grab_versions
@pytest.mark.fail_snapshot
- @pytest.cookied_mcp_queens_ovs
+ @pytest.mark.cookied_mcp_queens_ovs
def test_cookied_mcp_queens_ovs_sl(self, underlay,
openstack_deployed,
stacklight_deployed):