]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: wait 30sec before running testinfra
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Jul 2019 13:27:18 +0000 (15:27 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Jul 2019 14:14:38 +0000 (16:14 +0200)
adding back a sleep 30s after nodes have rebooted before running
testinfra.
This was removed accidentally by d5be83e

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c6b2ac99eb25822d760ccffedef507960543f7f1..1f10a4b278748679f6351331fb91c3621d508ed7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -432,6 +432,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