]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: remove error string checks and check w/ return value
authorVenky Shankar <vshankar@redhat.com>
Thu, 25 Jan 2024 09:32:33 +0000 (15:02 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 30 Jan 2024 04:54:59 +0000 (10:24 +0530)
commit7cd17931b1690029d182954b0382acc45b9ccb2b
tree58fc27b2b0ed859c5209573be132fe79a03543c1
parentd45818bce973d14af58375776ae299417ace87f4
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>
qa/tasks/cephfs/test_multifs_auth.py