diff --git a/tox.ini b/tox.ini index f4df24c98..2c6238212 100644 --- a/tox.ini +++ b/tox.ini @@ -290,9 +290,9 @@ commands= " # wait 30sec for services to be ready - all_daemons: sleep 30 + sleep 30 # test cluster state using ceph-ansible tests - all_daemons: py.test -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} {toxinidir}/tests/functional/tests + py.test -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} {toxinidir}/tests/functional/tests # reboot all vms all_daemons: ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/reboot.yml