From 585481f3438f08c4f9e83dd5908ce2c41a624351 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Mon, 27 Mar 2023 14:22:33 +0800 Subject: [PATCH] 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 --- qa/tasks/cephfs/xfstests_dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.47.3