From: Xiubo Li Date: Mon, 27 Mar 2023 06:22:33 +0000 (+0800) Subject: qa: fscrypt enable xfstests-dev generic/020 test case X-Git-Tag: v19.0.0~1507^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50681%2Fhead;p=ceph.git qa: fscrypt enable xfstests-dev generic/020 test case Since the https://git.ceph.com/xfstests-dev.git has pulled the corresponding fix about the long attribute for generic/020 test case, we can enable it now. Signed-off-by: Xiubo Li --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index bc5d6e3809a8..566b2ec3f0a9 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -307,7 +307,7 @@ class XFSTestsDev(CephFSTestCase): # These tests will fail or take too much time and will # make the test timedout, just skip them for now. xfstests_exclude_contents = dedent('''\ - {c}/001 {g}/003 {g}/020 {g}/075 {g}/538 {g}/531 + {c}/001 {g}/003 {g}/075 {g}/538 {g}/531 ''').format(g="generic", c="ceph") self.mount_a.client_remote.write_file(join(self.xfstests_repo_path, 'ceph.exclude'),