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:
Katarzyna Łapińska
2019-12-03 09:00:35 +01:00
committed by GitHub

View File

@@ -16,6 +16,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")