]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: move run_shell and related methods to mount.py
authorRishabh Dave <ridave@redhat.com>
Fri, 24 Jan 2020 10:40:58 +0000 (16:10 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 16 Apr 2020 18:57:41 +0000 (00:27 +0530)
commit7b15a8437e372f8d2f5671ade4f4464a76fe3210
tree3674eb62946aaa63e828bbe8862dfc15d7b75cc1
parentd65516a020720726d6e6afef6fdfde699890f719
qa/cephfs: move run_shell and related methods to mount.py

LocalFuseMount and LocalKernelMount can directly inherit these methods
from CephFSMount via FuseMount and KernelMount respectively. Moving
would avoid duplication and would make these methods more accessible
for reusing via inheritance.

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