]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/vstart_runner: override adjust-ulimits, ceph-coverage & sudo
authorRishabh Dave <ridave@redhat.com>
Fri, 6 Aug 2021 08:14:28 +0000 (13:44 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 2 May 2022 14:55:17 +0000 (20:25 +0530)
commit7d534234391dc0dceaf0cbf20dba471917aeb839
tree8b027dc1c531b4b082fe9fda5c65af0e2c89832e
parent27eaacd98a8bca6f0ccd973736b2dc80075e2104
qa/vstart_runner: override adjust-ulimits, ceph-coverage & sudo

Overridding commands is much better than deleting these commands from
command argument string using Python since, unlike deleting, overridding
doesn't require parsing. A note has been added for this to
vstart_runner.py's module docstring and to Ceph Developer's Guide
document.

Since functions don't work with sh shell, to make overriding work
vstart_runner.py will use bash shell here onwards.

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