From c1a82dd5ff814b91aad28782b7ded8f927659fe4 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 27 Nov 2019 13:42:25 +0100 Subject: [PATCH] tests: Don't copy previous results to DUT during CAS installation Signed-off-by: Robert Baldyga --- test/functional/api/cas/installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/api/cas/installer.py b/test/functional/api/cas/installer.py index f3059a3..e79a166 100644 --- a/test/functional/api/cas/installer.py +++ b/test/functional/api/cas/installer.py @@ -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")