Run mine.update before linux.network.host
Change-Id: If5816a2400daf18a603091ff859786b8bc8ec361
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index aff5f14..ee53624 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -740,6 +740,12 @@
retry: {count: 25, delay: 30}
skip_fail: false
+- description: Update minion information
+ cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' mine.update
+ node_name: {{ HOSTNAME_CFG01 }}
+ retry: {count: 1, delay: 10}
+ skip_fail: false
+
- description: Execute linux.network.host one more time after salt.minion to apply dynamically registered hosts on the cluster nodes
cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system' state.sls linux.network.host
node_name: {{ HOSTNAME_CFG01 }}