]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Revert "test: adjust rbd test case guards to handle new defaults"
authorIlya Dryomov <idryomov@gmail.com>
Mon, 29 May 2023 15:40:05 +0000 (17:40 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 30 May 2023 16:44:58 +0000 (18:44 +0200)
commit7fd354a29007417d2e9c7c00297e9ad88c81d014
tree050548f79427405f50a571f7b54c191a83cc1b01
parent2f9680fdbbd0ea4ccf5798113dae203e0ae9e620
Revert "test: adjust rbd test case guards to handle new defaults"

This reverts commit feb2fc02404775bc262677a2d0434faec0348c53 which
appears to have caused us to lose old format coverage in the Python
bindings tests (rbd_python_api_tests_old_format.yaml).

Unset RBD_FEATURES enviroment variable means "old format".  This
shouldn't be mucked with in any way, see require_new_format() and
create_image() methods in particular.

Fixes: https://tracker.ceph.com/issues/61495
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 9fe05da41370091fada8b76820c229e3916fd09f)
src/test/pybind/test_rbd.py