Execute salt.minion instead salt.minion.cert to generate CA and cert
Change-Id: I53c17a48e47c01ab1500ed6c8ef3a49e55894868
Reviewed-on: https://review.gerrithub.io/365076
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
index 13d9696..2f00c7d 100644
--- a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
+++ b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
@@ -343,8 +343,8 @@
retry: {count: 1, delay: 5}
skip_fail: false
-- description: Execute salt.minion.cert
- cmd: salt-call --no-color state.sls salt.minion.cert -l info;
+- description: Execute salt.minion on config node to generate certificate
+ 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