]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner: accept multiple commands as str
authorRishabh Dave <ridave@redhat.com>
Tue, 13 Oct 2020 07:12:56 +0000 (12:42 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 2 May 2022 14:54:08 +0000 (20:24 +0530)
commit27eaacd98a8bca6f0ccd973736b2dc80075e2104
tree726136f86711f498e08be9cc43915b4acb3d9643
parentff144995a849407c258bcb763daa3e03cfce5059
qa/vstart_runner: accept multiple commands as str

Convert all command arguments to str from list, update checks and
adjustments performed on command arguments accordingly and update
documentation to include warnings about some critical parts of
vstart_runner.py and update tasks.cephfs.mount.MountCephFS.run_shell().

Fixes: https://tracker.ceph.com/issues/47849
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/dev/developer_guide/running-tests-locally.rst
qa/tasks/cephfs/mount.py
qa/tasks/vstart_runner.py