]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/vstart_runner: keep cmd args as passed by user as well
authorRishabh Dave <ridave@redhat.com>
Sat, 25 Sep 2021 05:47:04 +0000 (11:17 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 2 May 2022 14:55:19 +0000 (20:25 +0530)
commita67d500ee1bacbaf57351409b93d40a0f3a6a706
tree9cc2def1f373e00b7785ee20d2f6068e9eaacf28
parent8fc635c28c95de40180b46160a2e46dc5bfd116a
qa/vstart_runner: keep cmd args as passed by user as well

We convert all cmd args to str and pass bash functions along to override
certain arguments in those command arguments. Let's save cmd args
without those bash functions since they can be useful later (for
example, printing cmd args in logs, which is the case in this patch.)

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