]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/vstart_runner: stop overriding _run_python
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 18 May 2023 13:56:33 +0000 (09:56 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 1 Aug 2023 15:16:28 +0000 (11:16 -0400)
commit95e61803e0dc7153af21b5b1c1bd25f258a7c71f
tree6ae98b180e7bfaa2342622f48ca384fd03e9a7f2
parent77bf36fa5a9ed1bc40be78504f5945c50f3468be
qa/tasks/vstart_runner: stop overriding _run_python

Now that the teuthology tools can be run in vstart_runner, there's no
reason to override this method.

Importantly, this enables the use of the new stdin-killer tool [1].

[1] https://github.com/ceph/teuthology/pull/1846

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/vstart_runner.py