From: Rishabh Dave Date: Thu, 11 Apr 2024 16:39:45 +0000 (+0530) Subject: qa/cephfs: run test_multifs_single_path_rootsquash for kclient too X-Git-Tag: testing/wip-yuriw-testing-20240503.213524-main~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=422d98c01043e6f0b99730ffd5b50eabe230aec9;p=ceph-ci.git qa/cephfs: run test_multifs_single_path_rootsquash for kclient too Root squash is valid for kclient too, Kotresh ran test recently fo it against main branch. Therefore it is safe to remove. https://github.com/ceph/ceph/pull/56846#discussion_r1587507868 Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/cephfs/test_admin.py b/qa/tasks/cephfs/test_admin.py index e41565a72fd..0afe76c7882 100644 --- a/qa/tasks/cephfs/test_admin.py +++ b/qa/tasks/cephfs/test_admin.py @@ -1417,10 +1417,6 @@ class TestFsAuthorize(CephFSTestCase): self.mount_b.remount(cephfs_name=self.fs2.name) self.captesters = (CapTester(self.mount_a), CapTester(self.mount_b)) - if not isinstance(self.mount_a, FuseMount): - self.skipTest("only FUSE client has CEPHFS_FEATURE_MDS_AUTH_CAPS " - "needed to enforce root_squash MDS caps") - # Authorize client to fs1 PERM = 'rw' FS_AUTH_CAPS = (('/', PERM, 'root_squash'),)