diff options
author | Casey Bodley <cbodley@redhat.com> | 2020-03-15 22:50:59 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2020-04-13 15:23:44 +0200 |
commit | 577f2113910b7f28f6b468fc5b2710a38fae8062 (patch) | |
tree | d014e3575c8d75667fac8ccc60efa018e455d148 /qa/suites/rgw/verify | |
parent | cls/cmpomap: add cls module for CMPXATTR-like functionality in omap (diff) | |
download | ceph-577f2113910b7f28f6b468fc5b2710a38fae8062.tar.xz ceph-577f2113910b7f28f6b468fc5b2710a38fae8062.zip |
test: add ceph_test_cls_cmpomap
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'qa/suites/rgw/verify')
-rw-r--r-- | qa/suites/rgw/verify/tasks/cls.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rgw/verify/tasks/cls.yaml b/qa/suites/rgw/verify/tasks/cls.yaml index 446e9347a6c..722de67205a 100644 --- a/qa/suites/rgw/verify/tasks/cls.yaml +++ b/qa/suites/rgw/verify/tasks/cls.yaml @@ -6,6 +6,7 @@ tasks: - cls/test_cls_log.sh - cls/test_cls_refcount.sh - cls/test_cls_rgw.sh + - cls/test_cls_cmpomap.sh - rgw/test_rgw_gc_log.sh - rgw/test_rgw_obj.sh - rgw/test_rgw_throttle.sh |