]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test_cephfs_shell: run cephfs-shell with conf file 32111/head
authorRishabh Dave <ridave@redhat.com>
Tue, 26 May 2020 12:00:03 +0000 (17:30 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 17 Jun 2020 11:51:31 +0000 (17:21 +0530)
commit58c7c7e8f42f038dbabf056ba660363ce3822c64
treea397e912f386da9ca4c34c990c6a96e126e6495f
parent57734cf105d8e35a47af0e879bb284821d4834e7
test_cephfs_shell: run cephfs-shell with conf file

And set colors to False and debug to True in this conf file.

stdout captured by Python code in this testsuite can contain the colour
codes along with the expected string output. Setting colors to False in
cephfs-shell.conf should fix this.

Setting debug to False should help with analyzing test failures since
it enables printing messages that helps debugging (stacktrace for
cephfs-shell code, for example).

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py