Skip to content

Commit 422d98c

Browse files
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. ceph#56846 (comment) Signed-off-by: Rishabh Dave <[email protected]>
1 parent 62ed3a0 commit 422d98c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

qa/tasks/cephfs/test_admin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,10 +1417,6 @@ def test_multifs_single_path_rootsquash(self):
14171417
self.mount_b.remount(cephfs_name=self.fs2.name)
14181418
self.captesters = (CapTester(self.mount_a), CapTester(self.mount_b))
14191419

1420-
if not isinstance(self.mount_a, FuseMount):
1421-
self.skipTest("only FUSE client has CEPHFS_FEATURE_MDS_AUTH_CAPS "
1422-
"needed to enforce root_squash MDS caps")
1423-
14241420
# Authorize client to fs1
14251421
PERM = 'rw'
14261422
FS_AUTH_CAPS = (('/', PERM, 'root_squash'),)

0 commit comments

Comments
 (0)