]> 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>
Fri, 22 May 2020 16:25:30 +0000 (21:55 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 2 Jun 2020 11:59:19 +0000 (17:29 +0530)
commit49e9faee67d7750f5bd9ba1758aee5253475fc83
treedcd514e7b540aac6e92d9dd8b6ce4a6cb643eb07
parent4d71b55be26ad5f653144df2ca33aa31470dd735
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 the same. Source and destination paths
for put_file() method represents different locations for teuthology
since source and destination are on the different machines.

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