]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
put file and get file corrected to put from target to master node
authorrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Wed, 29 Nov 2017 11:18:17 +0000 (16:48 +0530)
committerrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Wed, 29 Nov 2017 11:18:17 +0000 (16:48 +0530)
qa/tasks/multisite_rgw_system_test.py

index 8096055aa68a187702ab8f2135d0225ad308829b..c367fc140f7bd36a20b5147b6717901189090a76 100644 (file)
@@ -135,8 +135,8 @@ def test_exec(ctx, config, user_data, data, tclient, mclient):
 
         log.info('copy file io_info.yaml from target node to master node initiated')
 
-        io_info_fname = mclient.get_file('io_info.yaml', '/tmp')
-        tclient.put_file(io_info_fname, 'io_info.yaml')
+        io_info_fname = tclient.get_file('io_info.yaml', '/tmp')
+        mclient.put_file(io_info_fname, 'io_info.yaml')
 
         log.info('copy file io_info.yaml from target to master node completed')