]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/vstart_runner: minor bug fix and minor adjustments
authorRishabh Dave <ridave@redhat.com>
Thu, 5 May 2022 13:17:08 +0000 (18:47 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 10 May 2022 05:32:08 +0000 (11:02 +0530)
commit3dd150959e9851e21114e2b7e6b9133af1398fe1
tree325d07e5c3070d0b2228d7a04ac3732f1a24e27a
parentf005520194e8e11ed9a1465be9345c7299961c8f
qa/vstart_runner: minor bug fix and minor adjustments

The message regarding deletion of helper tools is printed for every
command. This message should be printed only when applicable.

Besides -

* Move XXX comments to _do_run() since it increases visibility of
  these messages.
* Move omission of arguments stuff to new method clear up the clutter.
* And remove shell as a parameter from _perform_checks_and_adjustments
  since it's redundant.

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