]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: Python unit tests now use unique pools and images 2898/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 11 Nov 2014 07:17:28 +0000 (02:17 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 11 Nov 2014 07:17:28 +0000 (02:17 -0500)
commitfea7097524e5685fb0abe472c9d056a65456309f
treeb97b72892e333e75786c466a15cddaac3c297628
parent2e2fc44f9929b1d6df3f808451a716a10f43a9d6
librbd: Python unit tests now use unique pools and images

RBD python unit tests no longer utilize the 'rbd' pool for
test cases.  Instead, a new temporary pool is created and
deleted. Additionally, each unit test now uses a unique
image name to reduce the possibility of test case failures
affecting subsequent tests.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/pybind/test_rbd.py
src/test/run-rbd-tests