From: Xiubo Li Date: Fri, 24 Feb 2023 04:32:28 +0000 (+0800) Subject: qa: enable the xfstests generic/317 test case X-Git-Tag: v19.0.0~1651^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b150aec6a6ec0f4c9bf2d8165e593aac995a0637;p=ceph-ci.git qa: enable the xfstests generic/317 test case Since the permission denied bug has been fixed, just add the 317 test back. Fixes: https://tracker.ceph.com/issues/58760 Signed-off-by: Xiubo Li --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index ea317a7548b..adb461fd6ea 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -302,7 +302,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}/317 {g}/538 {g}/531 + {c}/001 {g}/003 {g}/020 {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'),