]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: support update scenarios in test_rbd_mirror_is_up()
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 18 Jul 2018 09:07:49 +0000 (11:07 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 2 Aug 2018 10:06:55 +0000 (10:06 +0000)
commit826da2c38549ad625ab91ef2cef059767459aac5
tree8279851fc8d966fc62cc636eb652a1c45edfc871
parent99f84f88afd7981176d6e629c4844bee343e4190
tests: support update scenarios in test_rbd_mirror_is_up()

`test_rbd_mirror_is_up()` is failing on update scenarios because it
assumes the `ceph_stable_release` is still set to the value of the
original ceph release, it means it won't enter in the right part of the
condition and fails.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit d8281e50f12eb299e2b419befab41cb7a0f39de2)
tests/conftest.py
tests/functional/tests/rbd-mirror/test_rbd_mirror.py
tox.ini