Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d563362
)
Add no:cacheprovider by default
27/74627/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 1 Oct 2024 15:43:12 +0000
(17:43 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 1 Oct 2024 15:43:12 +0000
(17:43 +0200)
Change-Id: Ic9df362d954d79e42f005089401bda6c951d2ccc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/core/pytest.py
patch
|
blob
|
history
diff --git
a/xtesting/core/pytest.py
b/xtesting/core/pytest.py
index
a47ab55
..
84d8ac5
100644
(file)
--- 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 = [