]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk/test: fix test_prepare.py::TestPrepare tests 7549/head
authorKefu Chai <kchai@redhat.com>
Sat, 6 Feb 2016 14:25:38 +0000 (06:25 -0800)
committerKefu Chai <kchai@redhat.com>
Sat, 6 Feb 2016 14:27:30 +0000 (06:27 -0800)
commit08364c2ff74be9078fe0c823f45388d6a4c01ebe
treeb5de77608535f414aa5c5aceb665a977ea9f85fa
parent0c6a72482189d4fd34957d524d2b79c674d347b6
ceph-disk/test: fix test_prepare.py::TestPrepare tests

actually we are verifying if the variable is an instance of
specified class. for example, the `prepare.data` should be
a `PrepareFilestoreData` if `--bluestore` is not specified.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph-disk/tests/test_prepare.py