]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_cephfs_shell: pass arg to "help" in test_help 30657/head
authorRishabh Dave <ridave@redhat.com>
Tue, 1 Oct 2019 09:12:51 +0000 (14:42 +0530)
committerRishabh Dave <ridave@redhat.com>
Sat, 2 Nov 2019 08:48:07 +0000 (14:18 +0530)
commit34ab7b946586c078cf9ba3f9defc4ddd2efa17b5
tree22f26e436c4f0ce98ce0d04676f00cf8d4848069
parente0aa4c33ab0a8d299c25f135f65d28a1baa6b91d
test_cephfs_shell: pass arg to "help" in test_help

The default behaviour by cmd2 for help command with no argument is to
print all possible commands and return 1. This leads to a failure even
when test is supposed to pass.

Fixes: https://tracker.ceph.com/issues/42101
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py