Skip to content

Commit

Permalink
test: add ceph_test_cls_cmpomap
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Mar 16, 2020
1 parent b16d4a9 commit d8e0204
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/suites/rgw/verify/tasks/cls.yaml
Expand Up @@ -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
5 changes: 5 additions & 0 deletions qa/workunits/cls/test_cls_cmpomap.sh
@@ -0,0 +1,5 @@
#!/bin/sh -e

ceph_test_cls_cmpomap

exit 0
1 change: 1 addition & 0 deletions src/test/CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ add_subdirectory(cls_version)
add_subdirectory(cls_lua)
add_subdirectory(cls_rgw_gc)
add_subdirectory(cls_queue)
add_subdirectory(cls_cmpomap)
add_subdirectory(common)
add_subdirectory(compressor)
add_subdirectory(crush)
Expand Down
2 changes: 2 additions & 0 deletions src/test/cls_cmpomap/CMakeLists.txt
@@ -0,0 +1,2 @@
add_executable(ceph_test_cls_cmpomap test_cls_cmpomap.cc)
target_link_libraries(ceph_test_cls_cmpomap cls_cmpomap_client librados radostest-cxx ${UNITTEST_LIBS})

0 comments on commit d8e0204

Please sign in to comment.