]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart_runner: add write_file and sudo_write_file
authorRamana Raja <rraja@redhat.com>
Thu, 24 Sep 2020 13:53:09 +0000 (19:23 +0530)
committerRamana Raja <rraja@redhat.com>
Fri, 25 Sep 2020 09:04:35 +0000 (14:34 +0530)
commita177b470aa48a84e5346b310efa4fd626025dbfa
treec221739e5fc986e199f6a6d4408d1bd8a869fd74
parent36d67cf59e365a1802bd6cbd0c4cc744d7183ec8
vstart_runner: add write_file and sudo_write_file

... methods in LocalRemote class. These methods are called in some of
the recently added cephfs tests. They were implemented in teuthology's
Remote class, but not in vstart_runner's LocalRemote class. Hence some
cephfs tests couldn't be run locally using vstart_runner without this
change.

Signed-off-by: Ramana Raja <rraja@redhat.com>
qa/tasks/vstart_runner.py