Skip to content

Commit

Permalink
qa/cephfs: run all generic tests from xfstests-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Dave <[email protected]>
  • Loading branch information
rishabh-d-dave committed Mar 13, 2023
1 parent f43e109 commit c4ce722
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions qa/suites/fs/functional/tasks/xfstests-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.tests_from_xfstests_dev
12 changes: 12 additions & 0 deletions qa/tasks/cephfs/tests_from_xfstests_dev.py
Original file line number Diff line number Diff line change
@@ -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()
1 change: 0 additions & 1 deletion qa/tasks/cephfs/xfstests_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
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):

Expand Down

0 comments on commit c4ce722

Please sign in to comment.