]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner.py: make run()'s interface same as teuthology's run 33263/head
authorRishabh Dave <ridave@redhat.com>
Tue, 28 Jan 2020 09:54:28 +0000 (15:24 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 20 Feb 2020 10:31:39 +0000 (16:01 +0530)
commit061d972278c4d48cc372da1b5b6a1989765fa283
tree9b5ede8c0d96017d45f695ba398e075b10289e75
parent90eb6733a4d74bc64e62ade24f176ded8c53632e
qa/vstart_runner.py: make run()'s interface same as teuthology's run

Arguments accepted by method run in teuthology should be exactly same as
that of arguments accepted by vstart_runner.py's method run to prevent
test failure with teuthology due to silly argument mismatch.
Teuthology's entry method run expects **kwargs, therefore so should
vstart_runner.py's run.

Fixes: https://tracker.ceph.com/issues/44117
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/vstart_runner.py