]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: Use different errmsg for invalid dir 64864/head
authorChristopher Hoffman <choffman@redhat.com>
Mon, 18 Aug 2025 13:02:59 +0000 (13:02 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Mon, 18 Aug 2025 13:02:59 +0000 (13:02 +0000)
commit45776aa32e27f14fb249cf3b52fa441b3a22a290
tree4024dcf9f36de6be9e7aeb58d63d8442b743eeca
parentdd7bdd32381ec81104f8399904c770f1ba0485b7
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>
qa/tasks/cephfs/test_cephfs_shell.py