]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: Add ImageWatcher unit test cases
authorJason Dillaman <dillaman@redhat.com>
Fri, 17 Oct 2014 13:05:22 +0000 (09:05 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 13 Jan 2015 01:02:06 +0000 (20:02 -0500)
commit17f22d98df0f96b83f7c6e0f198963d08e7eb480
tree483ae865369265ca882f505e7cb3978c78018cef
parent5160281b1a823255739230247272f07313e91f59
librbd: Add ImageWatcher unit test cases

Directly unit test the new ImageWatcher class to complement
the existing librbd integration tests of exclusive lock
handling.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/buffer.h
src/librados/Makefile.am
src/librbd/internal.h
src/test/Makefile.am
src/test/librbd/test_ImageWatcher.cc [new file with mode: 0644]