]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: initial set of test cases for op state machines 6703/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 19 Aug 2015 17:32:42 +0000 (13:32 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 2 Dec 2015 16:11:12 +0000 (11:11 -0500)
commitb7b36930c7e142efdeb9b729950725707a186bfd
tree0ed09907369f8ad14806b580d252875ac912eac8
parentf8a9aeffcdaf8e8de4cbb993d62c80a518754573
tests: initial set of test cases for op state machines

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/Makefile-client.am
src/test/librbd/mock/MockAioImageRequestWQ.h [new file with mode: 0644]
src/test/librbd/mock/MockImageCtx.h
src/test/librbd/mock/MockJournal.h [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotCreateRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotProtectRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotRemoveRequest.cc [new file with mode: 0644]
src/test/librbd/operation/test_mock_SnapshotUnprotectRequest.cc [new file with mode: 0644]
src/test/librbd/test_mock_fixture.cc