]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: adjust test cases to refactored librbd
authorJason Dillaman <dillaman@redhat.com>
Wed, 9 Dec 2015 04:14:49 +0000 (23:14 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 15 Dec 2015 01:31:31 +0000 (20:31 -0500)
commit2a4aad5ffb4f06a5f3371256dbcbb1c3c9d04e55
treed862206572eaa7d68e756ee720b90e23370ec65c
parent7e3a032224ba0c3c3bbfef2576b33abcd1f8d499
tests: adjust test cases to refactored librbd

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
26 files changed:
src/test/Makefile-client.am
src/test/librbd/exclusive_lock/test_mock_AcquireRequest.cc
src/test/librbd/exclusive_lock/test_mock_ReleaseRequest.cc
src/test/librbd/mock/MockAioImageRequestWQ.h
src/test/librbd/mock/MockExclusiveLock.h [new file with mode: 0644]
src/test/librbd/mock/MockImageCtx.h
src/test/librbd/mock/MockImageWatcher.h
src/test/librbd/mock/MockObjectMap.h
src/test/librbd/mock/MockReadahead.h [new file with mode: 0644]
src/test/librbd/object_map/test_mock_RefreshRequest.cc
src/test/librbd/object_map/test_mock_ResizeRequest.cc
src/test/librbd/object_map/test_mock_SnapshotCreateRequest.cc
src/test/librbd/object_map/test_mock_SnapshotRemoveRequest.cc
src/test/librbd/object_map/test_mock_SnapshotRollbackRequest.cc
src/test/librbd/object_map/test_mock_UpdateRequest.cc
src/test/librbd/operation/test_mock_SnapshotCreateRequest.cc
src/test/librbd/operation/test_mock_SnapshotProtectRequest.cc
src/test/librbd/operation/test_mock_SnapshotRemoveRequest.cc
src/test/librbd/operation/test_mock_SnapshotUnprotectRequest.cc
src/test/librbd/test_ImageWatcher.cc
src/test/librbd/test_JournalReplay.cc
src/test/librbd/test_ObjectMap.cc
src/test/librbd/test_fixture.cc
src/test/librbd/test_internal.cc
src/test/librbd/test_librbd.cc
src/test/librbd/test_mock_ExclusiveLock.cc