]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/vstart_runner.py: ignores when source and destination are same
authorRishabh Dave <ridave@redhat.com>
Tue, 9 Jul 2019 11:42:01 +0000 (17:12 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 25 Jul 2019 05:21:50 +0000 (10:51 +0530)
commit07688b96e1698c49af1aa6383cd19fbe4f50f7a8
tree826baf1e8b7a5e12aa23fabe781c28a2f04e5a1f
parentd94a42dc1b4d5a49f00ebbece7969a1c19a707a6
qa/vstart_runner.py: ignores when source and destination are same

put_file() in vstart_runner.py should ignore the error when source and
destination paths supplied are same, since source and destination for
put_file() method in teuthology are on different machines, they
represent different locations.

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