Merge "[CI] Enable embedded css on py.test report"

This commit is contained in:
Jenkins 2017-03-24 17:16:17 +00:00 committed by Gerrit Code Review
commit 3dd6abf008

View File

@ -22,6 +22,7 @@ PYTEST_REPORT = os.environ.get("PYTEST_REPORT",
TESTR_REPORT = "testr_results.html"
PYTEST_ARGUMENTS = ("py.test" # base command
" --html=%(html_report)s" # html report
" --self-contained-html" # embedded css
" --durations=10" # get a list of the slowest 10 tests
" -n auto" # launch tests in parallel
" --timeout=%(timeout)s" # timeout for individual test