fix ci

fix tempest runner form shared-salt

Change-Id: I22d9a1c4f23b841bf952afd56e56b50994e2ec0e
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index a0d9763..3e26277 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -1208,6 +1208,18 @@
   retry: {count: 1, delay: 10}
   skip_fail: false
 
+- description: Execute salt.minion on config node
+  cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt.minion;
+  node_name: {{ HOSTNAME_CFG01 }}
+  retry: {count: 1, delay: 5}
+  skip_fail: false
+
+- description: Test ping
+  cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False test.ping;
+  node_name: {{ HOSTNAME_CFG01 }}
+  retry: {count: 1, delay: 5}
+  skip_fail: false
+
 - description: Create flavors for tests
   cmd: |
     salt 'cfg01*' state.sls nova.client;