]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: do not validate error string in "fs authorize" tests 68314/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 16 Mar 2026 04:48:22 +0000 (10:18 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 10 Apr 2026 10:49:13 +0000 (16:19 +0530)
commit079f922532147039c57cff7682b13fe92bf31538
tree0b783cd6c58b57ef3eb28ac24026cd80c095ec31
parent6d90173d018edb3070e4d79d466d8000a7c472c2
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>
(cherry picked from commit d499c7f30f6d381bd3251108ff8dda9fd3c80f0f)
qa/tasks/cephfs/test_admin.py