From 61213d77d909cb49196b32c3e20a7222903c95b8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 3 Jul 2019 15:27:18 +0200 Subject: [PATCH] tests: wait 30sec before running testinfra adding back a sleep 30s after nodes have rebooted before running testinfra. This was removed accidentally by d5be83e Signed-off-by: Guillaume Abrioux (cherry picked from commit ca84a5359fb13c244b7b865fa850cb6a28564e15) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 21432ca67..8215dd723 100644 --- a/tox.ini +++ b/tox.ini @@ -411,6 +411,7 @@ commands= all_daemons: ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/reboot.yml # wait 30sec for services to be ready + sleep 30 # retest to ensure cluster came back up correctly after rebooting all_daemons: py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests