]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: remove error string checks and check w/ return value 55943/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 25 Jan 2024 09:32:33 +0000 (15:02 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 5 Mar 2024 04:36:34 +0000 (10:06 +0530)
commit9755d5745303861a6bd79c9dcc10f9595c9c291c
tree8ec02dee0936b22f3a648a426734b8b18fbf817d
parentffcfe7db8c5ae0acba06074778b2c315e0dca035
qa: remove error string checks and check w/ return value

I ran into this failure once #54972 was merged. The test is validating
the error string returned due to the failed mount. There aren't any
return value checks - which is a _more_ important check. Generic error
string checks will fail once a (error) string is changed (typo, etc..).

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 7cd17931b1690029d182954b0382acc45b9ccb2b)
qa/tasks/cephfs/test_multifs_auth.py