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
commit 60200e9fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")