]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test_rbd: move flatten tests back into TestClone
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 26 Feb 2013 00:09:26 +0000 (16:09 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 26 Feb 2013 00:09:29 +0000 (16:09 -0800)
commit9c693d7e8312026f6d8d9586381b026ada35d808
treedf26f6755d250f314589cd3b2c8b8a5fdbc3f0e5
parent55bd7687bf689115d6e06840a58cd30f7d152387
test_rbd: move flatten tests back into TestClone

They need the same setup, and it's easy enough to run specific
subtests. Making them a separate subclass accidentally duplicated
tests from TestClone.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/test/pybind/test_rbd.py