]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: add rados_nobjects_list_xyz functions to librados test stub
authorJason Dillaman <dillaman@redhat.com>
Tue, 20 Jan 2015 17:12:43 +0000 (12:12 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 23 Jan 2015 17:27:41 +0000 (12:27 -0500)
commite9170335a2176dd00e73c004b3a89b9eabd0ba7f
treed97776a2423622a348d23b9b2abf63da69278939
parent7c7f072aab38e4df504fc8478f901fd3b1d8397e
test: add rados_nobjects_list_xyz functions to librados test stub

The new RBD copy-on-read unit test case uses these RADOS functions
to verify that the CoR operation was successful.  This implements
these functions in the librados_test_stub library.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librados_test_stub/LibradosTestStub.cc
src/test/librados_test_stub/TestMemRadosClient.cc
src/test/librados_test_stub/TestMemRadosClient.h
src/test/librados_test_stub/TestRadosClient.h
src/test/librbd/test_librbd.cc