]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: ensure RBD integration tests exercise all features 3535/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 28 Jan 2015 15:32:20 +0000 (10:32 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 28 Jan 2015 15:34:48 +0000 (10:34 -0500)
commit8d56ade94e02ab40444873f7d907728b6bf86e71
tree71ef847b66bd568d239cdbe68f8040165d397fd2
parentc2c7f9fe58f67077fb66f26bdad03a6181db4c3e
tests: ensure RBD integration tests exercise all features

The RBD_FEATURES environment variables was not being exported to
the Python and C++ integration tests.  This resulted in the same
test cases being run multiple times instead of testing different
RBD features.

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