From d80ffcabdc2a8bd98a71499568013cd4ae2a2d83 Mon Sep 17 00:00:00 2001 From: rakesh Date: Wed, 29 Nov 2017 15:21:18 +0530 Subject: [PATCH] log info added before and after copy --- qa/tasks/multisite_rgw_system_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/tasks/multisite_rgw_system_test.py b/qa/tasks/multisite_rgw_system_test.py index 39ca87f7add63..8096055aa68a1 100644 --- a/qa/tasks/multisite_rgw_system_test.py +++ b/qa/tasks/multisite_rgw_system_test.py @@ -133,9 +133,13 @@ def test_exec(ctx, config, user_data, data, tclient, mclient): # copy_file_from(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') + log.info('copy file io_info.yaml from target to master node completed') + # start verify of io on master node. mclient.run( -- 2.39.5