]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add retries on failing tests in testinfra
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 May 2019 08:42:33 +0000 (10:42 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 22 May 2019 13:47:36 +0000 (09:47 -0400)
commit4708b7615f6acab9fe9f251eaf2a6da2e1f859ab
tree98eeac42ae37994742b5b7861bc73b6f09220fa7
parent55420d6253bc6605738fe3f4745e2ba08a6ea5b8
tests: add retries on failing tests in testinfra

This commit adds `pytest-rerunfailures` in requirements.txt so we can
retry failing test in testinfra to avoid false positive. (eg: sometimes it
can happen for some reason a service takes too much time to start)

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/requirements.txt
tox-dashboard.ini
tox-update.ini
tox.ini