]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra: move methods for shell commands from remote.Remote 1626/head
authorRishabh Dave <ridave@redhat.com>
Thu, 4 Mar 2021 11:08:37 +0000 (16:38 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 1 Apr 2021 11:29:36 +0000 (16:59 +0530)
commit11c30bf71082bed97207de6dc636cd35ee67698c
tree8f03fa37823697c51243289f31e8eb22f9f367e1
parent85d61eae4759f46ce21e9a37cd816a7a1a66c9d5
orchestra: move methods for shell commands from remote.Remote

Move methods that issue commands via shell and that don't necessarily
need to depend on SHH from class Remote to a different class. This
enables applications like vstart_runner.py (in Ceph repo) to reuse these
methods for running tests locally without necessarily depending on SSH
and without duplicating them in vstart_runner.py.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
teuthology/orchestra/remote.py