From d5e632d3a300df20fb70e01e9298598cbbfbefc0 Mon Sep 17 00:00:00 2001 From: Rafal Stefanowski Date: Fri, 13 Mar 2020 16:09:07 +0100 Subject: [PATCH] Update rsync usage to utilize bidirectional rsync Signed-off-by: Rafal Stefanowski --- test/functional/api/cas/installer.py | 2 +- test/functional/test-framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/api/cas/installer.py b/test/functional/api/cas/installer.py index 82547ad..5ff20db 100644 --- a/test/functional/api/cas/installer.py +++ b/test/functional/api/cas/installer.py @@ -15,7 +15,7 @@ from test_utils.output import CmdException def install_opencas(): TestRun.LOGGER.info("Copying Open CAS repository to DUT") - TestRun.executor.rsync( + TestRun.executor.rsync_to( f"{TestRun.usr.repo_dir}/", f"{TestRun.usr.working_dir}/", exclude_list=["test/functional/results/"], diff --git a/test/functional/test-framework b/test/functional/test-framework index bb5c9a4..ee8210a 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit bb5c9a4e178bcf77a37dc56c04df329c78e162e1 +Subproject commit ee8210abfb58aef1acd35b6e9638eb131abe7eb4