tests: Don't copy previous results to DUT during CAS installation
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
8cef2b41b0
commit
c1a82dd5ff
@ -15,6 +15,7 @@ def install_opencas():
|
||||
TestRun.executor.rsync(
|
||||
f"{TestRun.plugins['opencas'].repo_dir}/",
|
||||
f"{TestRun.plugins['opencas'].working_dir}/",
|
||||
exclude_list=["test/functional/results/"],
|
||||
delete=True)
|
||||
|
||||
TestRun.LOGGER.info("Building Open CAS")
|
||||
|
Loading…
Reference in New Issue
Block a user