[pytest] testpaths = . python_files = test_*.py python_functions = test_* # Install CI/tests_v2/requirements.txt for --timeout, --reruns, --reruns-delay. # Example full run: pytest CI/tests_v2/ -v --timeout=300 --reruns=2 --reruns-delay=10 --html=... --junitxml=... addopts = -v markers = functional: marks a test as a functional test (deselect with '-m "not functional"') pod_disruption: marks a test as a pod disruption scenario test application_outage: marks a test as an application outage scenario test no_workload: skip workload deployment for this test (e.g. negative tests) order: set test order (pytest-order) junit_family = xunit2