]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add back testinfra testing
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Apr 2019 02:09:12 +0000 (04:09 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Apr 2019 09:12:21 +0000 (11:12 +0200)
136bfe0 removed testinfra testing on all scenario excepted all_daemons

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

diff --git a/tox.ini b/tox.ini
index f4df24c98a04efe526e749b6683430a37d5138dc..2c623821265f4b88219f66b4348f2039531768a2 100644 (file)
--- 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