mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
qa/cephfs: run all generic tests from xfstests-dev
Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
f43e1091c0
commit
c4ce7221a0
5
qa/suites/fs/functional/tasks/xfstests-dev.yaml
Normal file
5
qa/suites/fs/functional/tasks/xfstests-dev.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- cephfs_test_runner:
|
||||
fail_on_skip: false
|
||||
modules:
|
||||
- tasks.cephfs.tests_from_xfstests_dev
|
12
qa/tasks/cephfs/tests_from_xfstests_dev.py
Normal file
12
qa/tasks/cephfs/tests_from_xfstests_dev.py
Normal file
@ -0,0 +1,12 @@
|
||||
from logging import getLogger
|
||||
|
||||
from tasks.cephfs.xfstests_dev import XFSTestsDev
|
||||
|
||||
|
||||
log = getLogger(__name__)
|
||||
|
||||
|
||||
class TestXFSTestsDev(XFSTestsDev):
|
||||
|
||||
def test_generic(self):
|
||||
self.run_generic_tests()
|
@ -13,7 +13,6 @@ from tasks.cephfs.kernel_mount import KernelMount
|
||||
log = getLogger(__name__)
|
||||
|
||||
|
||||
# TODO: add code to run non-ACL tests too.
|
||||
# TODO: make xfstests-dev tests running without running `make install`.
|
||||
class XFSTestsDev(CephFSTestCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user