]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: do not validate error string in "fs authorize" tests 67406/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 16 Mar 2026 04:48:22 +0000 (10:18 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 16 Mar 2026 04:51:26 +0000 (10:21 +0530)
commitd499c7f30f6d381bd3251108ff8dda9fd3c80f0f
tree61064a58fb16f13a10f8b68c7220df3585bc641c
parent6e6e570f80480b9a310d10a96ad1e5682785c775
qa/cephfs: do not validate error string in "fs authorize" tests

Error string validation is prone to failures when error string
changes. errno (retval) validation suffices for tests.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/cephfs/test_admin.py