From: Dimitri Savineau Date: Fri, 28 Jun 2019 20:07:20 +0000 (-0400) Subject: tox-podman.ini: add missing reruns option X-Git-Tag: v4.0.0rc10~28 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=466ad861d0e2d046b660f07cb770f8784f486422;p=ceph-ansible.git tox-podman.ini: add missing reruns option The first py.test call didn't have the reruns option. The commit fixes it. Signed-off-by: Dimitri Savineau (cherry picked from commit 3f92323f289e29322122d490de83100c8d687a40) --- diff --git a/tox-podman.ini b/tox-podman.ini index cac133330..a801d54e1 100644 --- a/tox-podman.ini +++ b/tox-podman.ini @@ -61,7 +61,7 @@ commands= # wait 30sec for services to be ready sleep 30 # test cluster state using ceph-ansible tests - py.test -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests + py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests # wait 30sec for services to be ready # reboot all vms