commit | 9a6cacc46634d93c33c2472400e4567915028fcb | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Aug 14 00:08:41 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Sun Aug 13 17:09:56 2017 -0400 |
tree | d13623f58c2d719699785f0164bb294af918a53b | |
parent | 510e65c0ded15da25c6633c136df2c2cb742b115 [diff] [blame] |
Add 'sleep 5' after executing 'sync_all' to allow minions be ready Change-Id: I1ef0cc6c74eded6074247a02faa68992d5b15962 Reviewed-on: https://review.gerrithub.io/374073 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/physical_mcp11_dvr/salt.yaml b/tcp_tests/templates/physical_mcp11_dvr/salt.yaml index bbc098a..238e253 100644 --- a/tcp_tests/templates/physical_mcp11_dvr/salt.yaml +++ b/tcp_tests/templates/physical_mcp11_dvr/salt.yaml
@@ -53,7 +53,7 @@ skip_fail: false - description: Sync all salt resources - cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.sync_all + cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.sync_all && sleep 5 node_name: {{ HOSTNAME_CFG01 }} retry: {count: 1, delay: 5} skip_fail: false