]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart_runner: reuse code in LocalRemoteProcess 40412/head
authorRishabh Dave <ridave@redhat.com>
Tue, 8 Dec 2020 08:40:43 +0000 (14:10 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 25 Mar 2021 14:58:05 +0000 (20:28 +0530)
commitdbe002ef640083d79a4ca525c246f8d9e561143d
tree44d1bfe4d0836ce7ea625d12c1fcda86f5ba9e73
parente05959de8d5e29b588678573078dd816e19bd105
vstart_runner: reuse code in LocalRemoteProcess

Reduce duplication in LocalRemoteProcess.wait() and
LocalRemoteProcess.finished() by moving the common code to a separate
method and then using that separate method instead.

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