]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/test_nfs: fix test failure when cluster does not exist 46209/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 12 Jan 2023 18:47:49 +0000 (13:47 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 12 Jan 2023 20:43:54 +0000 (15:43 -0500)
commite03331e7c4412e33fe55d7a41a22dfeba17cb463
treeb8d01e9318f41bfb02f2839821967e736cf2419f
parent55db320d2eaa12eaa485f4227da21460813eb6bb
qa/test_nfs: fix test failure when cluster does not exist

The patches that add object formatting / decorators to the nfs module
also made error handling more generic when accessing an nfs cluster and
now returns a nonzero exit code. A test was after the PR adding the
object format support that only checked an error message.
Update the test to match the new nfs module behavior as well as fixing a
typo.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/tasks/cephfs/test_nfs.py