]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "test: adjust rbd test case guards to handle new defaults" 51818/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 29 May 2023 15:40:05 +0000 (17:40 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 29 May 2023 16:20:24 +0000 (18:20 +0200)
commit9fe05da41370091fada8b76820c229e3916fd09f
tree31d7394dbff52b3cf0187fa71209614fd0b2a96d
parentc50902cb5ebbeb593b37c5fc2c792cad7b8a78e9
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>
src/test/pybind/test_rbd.py