]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/pybind/test_rbd.py: remove skip_if_crimson 64470/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 9 Jul 2025 12:31:08 +0000 (12:31 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 14 Jul 2025 08:09:50 +0000 (08:09 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests.yaml
qa/suites/crimson-rados/rbd/tasks/rbd_python_api_tests_old_format.yaml
src/test/pybind/pytest.ini
src/test/pybind/test_rbd.py

index fd65589e0df81a79b37e5aac6fb48583fb4323c5..efbae1dfe6e29acc45b6a1ff46d5fe8afde873e5 100644 (file)
@@ -11,6 +11,6 @@ tasks:
 - workunit:
     clients:
       client.0:
-        - rbd/test_librbd_python.sh -m 'not skip_if_crimson'
+        - rbd/test_librbd_python.sh
     env:
       RBD_FEATURES: "61"
index 95140de6d0604f009e922b6081c693bc6d080599..eae484a9728426f4e2b72f06ad8bc8d50b1fd2e1 100644 (file)
@@ -11,4 +11,4 @@ tasks:
 - workunit:
     clients:
       client.0:
-        - rbd/test_librbd_python.sh -m 'not skip_if_crimson'
+        - rbd/test_librbd_python.sh
index 97569e882991122bba9554e9f0e2afef58c3b3d6..47c68226c23fcd4b90baac760e0f5364cb7e13f7 100644 (file)
@@ -3,7 +3,6 @@ markers =
     bench
     ec
     rollback
-    skip_if_crimson
     stats
     tier
     watch
index 9e3995687fbad8bae18559e44372abf73a8802e9..7bfa754b0d568c0625e13be10fe82d19b7bbff25 100644 (file)
@@ -817,7 +817,6 @@ class TestImage(object):
         self._test_copy(features, self.image.stat()['order'],
                         self.image.stripe_unit(), self.image.stripe_count())
 
-    @pytest.mark.skip_if_crimson
     def test_deep_copy(self):
         global ioctx
         global features
@@ -2450,7 +2449,6 @@ class TestExclusiveLock(object):
             image.lock_acquire(RBD_LOCK_MODE_EXCLUSIVE)
             image.lock_release()
 
-    @pytest.mark.skip_if_crimson
     def test_break_lock(self):
         blocklist_rados = Rados(conffile='')
         blocklist_rados.connect()