From: Guillaume Abrioux Date: Thu, 4 Apr 2019 02:09:12 +0000 (+0200) Subject: tests: add back testinfra testing X-Git-Tag: v4.0.0rc2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cd120baabae96baf681a9638bd44e4f432bbaba2;p=ceph-ansible.git tests: add back testinfra testing 136bfe0 removed testinfra testing on all scenario excepted all_daemons Signed-off-by: Guillaume Abrioux (cherry picked from commit 8d106c2c58d354e10335ca017fd8df4c427e38a6) --- diff --git a/tox.ini b/tox.ini index 2d29a97c7..1248d3c10 100644 --- a/tox.ini +++ b/tox.ini @@ -291,9 +291,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