]> git.apps.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 20 Jul 2018 05:46:41 +0000 (07:46 +0200)
commitd8281e50f12eb299e2b419befab41cb7a0f39de2
tree0aa1c4d3d46e443e029edf5d1a650d03880f15c5
parent651ee469f64adb1bcc0e06a824d5cf1ca942e474
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>
tests/conftest.py
tests/functional/tests/rbd-mirror/test_rbd_mirror.py
tox.ini