From: Cédric Ollivier Date: Tue, 1 Oct 2024 15:43:12 +0000 (+0200) Subject: Add no:cacheprovider by default X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F74627%2F1;p=functest-xtesting.git Add no:cacheprovider by default Change-Id: Ic9df362d954d79e42f005089401bda6c951d2ccc Signed-off-by: Cédric Ollivier --- diff --git a/xtesting/core/pytest.py b/xtesting/core/pytest.py index a47ab551..84d8ac58 100644 --- a/xtesting/core/pytest.py +++ b/xtesting/core/pytest.py @@ -73,6 +73,7 @@ class Pytest(testcase.TestCase): options = kwargs.pop('options', {}) options['html'] = f'{self.res_dir}/results.html' options['junitxml'] = f'{self.res_dir}/results.xml' + options['p'] = 'no:cacheprovider' if 'tb' not in options: options['tb'] = 'no' options = [