]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: Use different errmsg for invalid dir 65132/head
authorChristopher Hoffman <choffman@redhat.com>
Mon, 18 Aug 2025 13:02:59 +0000 (13:02 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Tue, 19 Aug 2025 14:48:15 +0000 (14:48 +0000)
commit2aa9e1f969e4a5f8df1f4a365515def0537cfe35
tree2ed1772e84192dc0e0b44528fe460a69e59fe580
parent808682a7e622c722767f7cb74f4b51cd644808b1
tasks/cephfs: Use different errmsg for invalid dir

During test_df_for_invalid_directory, path_walk is now called.
Use a more general error message as more errnos can be returned
and this will be a better catch all.

Signed-off-by: Christopher Hoffman <choffman@redhat.com>
(cherry picked from commit 45776aa32e27f14fb249cf3b52fa441b3a22a290)
qa/tasks/cephfs/test_cephfs_shell.py