Merge pull request #203 from robertbaldyga/dont-copy-results
tests: Don't copy previous results to DUT during CAS installation
This commit is contained in:
commit
60200e9fb8
@ -16,6 +16,7 @@ def install_opencas():
|
|||||||
TestRun.executor.rsync(
|
TestRun.executor.rsync(
|
||||||
f"{TestRun.plugins['opencas'].repo_dir}/",
|
f"{TestRun.plugins['opencas'].repo_dir}/",
|
||||||
f"{TestRun.plugins['opencas'].working_dir}/",
|
f"{TestRun.plugins['opencas'].working_dir}/",
|
||||||
|
exclude_list=["test/functional/results/"],
|
||||||
delete=True)
|
delete=True)
|
||||||
|
|
||||||
TestRun.LOGGER.info("Building Open CAS")
|
TestRun.LOGGER.info("Building Open CAS")
|
||||||
|
Loading…
Reference in New Issue
Block a user