]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/librados_test_stub: add support for basic neorados ops
authorJason Dillaman <dillaman@redhat.com>
Wed, 8 Jul 2020 13:38:35 +0000 (09:38 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 16 Jul 2020 19:59:31 +0000 (15:59 -0400)
commit4192e91cab2080af0cb7a636795fcbbdbadd62e7
treea2b74f96ca3502bf2293f055c909240ecb9bcbbb
parentab1b152414d479bace9438adddc7cd89d67bbd23
test/librados_test_stub: add support for basic neorados ops

Internally it re-uses the existing librados-style architecture adapted
to fit the new interface.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librados_test_stub/CMakeLists.txt
src/test/librados_test_stub/LibradosTestStub.cc
src/test/librados_test_stub/LibradosTestStub.h
src/test/librados_test_stub/MockTestMemRadosClient.h
src/test/librados_test_stub/NeoradosTestStub.cc [new file with mode: 0644]
src/test/librados_test_stub/TestRadosClient.cc
src/test/librados_test_stub/TestRadosClient.h