diff --git a/pytest.ini b/pytest.ini index 70e335d531..82e028d894 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,6 +5,7 @@ python_files = pytest_*.py # ignore PytestExperimentalApiWarning for record_xml_attribute # set traceback to "short" to prevent the overwhelming tracebacks addopts = + -s -vv --embedded-services esp,idf --tb short --strict-markers @@ -22,7 +23,7 @@ filterwarnings = # log related log_cli = True -log_cli_level = WARNING +log_cli_level = INFO log_cli_format = %(asctime)s %(levelname)s %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S diff --git a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml index 34234de032..72f0b76c20 100644 --- a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml +++ b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml @@ -50,7 +50,7 @@ PYTEST_NODES: "" TARGET_SELECTOR: "" ENV_MARKERS: "" - PYTEST_EXTRA_FLAGS: "--dev-passwd ${ETHERNET_TEST_PASSWORD} --dev-user ${ETHERNET_TEST_USER}" + PYTEST_EXTRA_FLAGS: "--dev-passwd ${ETHERNET_TEST_PASSWORD} --dev-user ${ETHERNET_TEST_USER} --capture=fd --verbosity=0" cache: # Usually do not need submodule-cache in target_test - key: pip-cache-${LATEST_GIT_TAG}