]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: add fs tests to test_rbd_wnbd.py 48929/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 12 Dec 2022 10:13:41 +0000 (12:13 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 16 Dec 2022 10:20:02 +0000 (12:20 +0200)
commit14c603a7c559b45a53f85fe17f902b2e5ddd4e6a
tree4468ac9c1e5e29808b3cd5a234eae94c860bec51
parentd9decba6ba178cfe3fb49ef997296e7f202b15ef
qa: add fs tests to test_rbd_wnbd.py

The Windows rbd-wnbd python test performs various IO operations
against raw disks.

However, it can be useful to test overlaying filesystems as well.
For this reason, we're adding the following tests:

* RbdFsTest
* RbdFsFioTest
* RbdFsStampFioTest

To simplify the implementation, those tests reuse the existing
ones along with a mixin class (RbdFsTestMixin).

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
qa/workunits/windows/test_rbd_wnbd.py