mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #20295 from trociny/wip-test_deep_copy_clone
test/pybind/rbd: skip test_deep_copy_clone if layering not enabled Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
244617c645
@ -518,6 +518,7 @@ class TestImage(object):
|
||||
copy.remove_snap('snap1')
|
||||
self.rbd.remove(ioctx, dst_name)
|
||||
|
||||
@require_features([RBD_FEATURE_LAYERING])
|
||||
def test_deep_copy_clone(self):
|
||||
global ioctx
|
||||
global features
|
||||
|
Loading…
Reference in New Issue
Block a user