restart minion prior to salt formula
diff --git a/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml b/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml
index ad91de5..c952197 100644
--- a/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp-ocata-dvr/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false
diff --git a/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml b/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
index 0772a15..6c58458 100644
--- a/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp-ocata-ovs/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false
diff --git a/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml b/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
index ec519c3..0351c4d 100644
--- a/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false
diff --git a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
index e4178e2..603cd5f 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false
diff --git a/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
index 98de9a6..f85affe 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false
diff --git a/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
index 98de9a6..f85affe 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
@@ -237,8 +237,8 @@
skip_fail: false
- description: Run 'salt' formula on cfg01 with workaround proposed in PROD-10894
- cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
- systemctl restart salt-minion;
+ cmd: systemctl restart salt-minion;
+ salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 2, delay: 5}
skip_fail: false