]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: pass arg as list to fix test case failure 52763/head
authorDhairya Parmar <dparmar@redhat.com>
Wed, 2 Aug 2023 10:40:18 +0000 (16:10 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Wed, 16 Aug 2023 08:53:34 +0000 (14:23 +0530)
commit1409d59294a76a8823962710e2bfb2d60a77cfcd
tree1fbcf334c26e2eb74b4bcdb747a81d73641554f9
parent8bdc2eecc07dfe11224ff23a8efa73cb8e033019
qa: pass arg as list to fix test case failure

Pacific branch's run_cluster_cmd() code can't split string into a list, and
because backporting is too tricky as a lot of qa code doesn't reach pacific, it
would be tedious to backport the PRs that enabled passing string as arg to
run_cluster_cmd() in ceph_manager.py. For complete details please checkout
note #13 in the tracker attached below.

Fixes: https://tracker.ceph.com/issues/61732
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/tasks/cephfs/test_nfs.py