Merge pull request #353 from rafalste/bidirectional_rsync

Update rsync usage to utilize bidirectional rsync
This commit is contained in:
Robert Baldyga
2020-03-24 18:23:28 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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/"],