mirror of https://github.com/ceph/ceph-ansible.git
tests: add back testinfra testing
136bfe0
removed testinfra testing on all scenario excepted all_daemons
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3560/head
parent
ba0a95211c
commit
8d106c2c58
4
tox.ini
4
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
|
||||
|
|
Loading…
Reference in New Issue