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