mirror of https://github.com/ceph/ceph-ansible.git
tests: wait 30sec before running testinfra
adding back a sleep 30s after nodes have rebooted before running testinfra. This was removed accidentally bypull/4192/headd5be83e
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commitca84a5359f
)
parent
d4a3e26534
commit
61213d77d9
1
tox.ini
1
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue