Update rsync usage to utilize bidirectional rsync
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
parent
ef94a0df22
commit
d5e632d3a3
@ -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/"],
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bb5c9a4e178bcf77a37dc56c04df329c78e162e1
|
||||
Subproject commit ee8210abfb58aef1acd35b6e9638eb131abe7eb4
|
Loading…
Reference in New Issue
Block a user