]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: Fix validation of client_version
authorKotresh HR <khiremat@redhat.com>
Thu, 26 Jun 2025 07:44:00 +0000 (07:44 +0000)
committerKotresh HR <khiremat@redhat.com>
Mon, 8 Sep 2025 08:09:33 +0000 (13:39 +0530)
commit980d8d5db2193f53313c606b593dfb6558d38f6b
tree434cd3903c0866b426bfabb501b36d54acf098cc
parentd9b2d17bdf24cf1ebfe54a3554d235315bfec8eb
qa: Fix validation of client_version

The multifs auth caps bug has a fix both in client and mds.
If it's old client and not patched, we expect that the fs
with 'rw' would end up having 'r' caps with the multifs
auth caps used as in the test
'test_multifs_single_client_cross_access_r_caps_end'.
This patch adds the conditional to validate the same.

This commit makes use of the PR #64005

Fixes: https://tracker.ceph.com/issues/72167
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit f10e34d0350d216f02d4e73ec695340daae11dd4)
qa/tasks/cephfs/test_admin.py