From 8d106c2c58d354e10335ca017fd8df4c427e38a6 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 4 Apr 2019 04:09:12 +0200 Subject: [PATCH] tests: add back testinfra testing 136bfe0 removed testinfra testing on all scenario excepted all_daemons Signed-off-by: Guillaume Abrioux --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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