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