| [pytest] | |
| addopts = -r xfE -v --tb=short --showlocals -Wonce | |
| junit_logging = system-err | |
| junit_log_passing_tests = False | |
| markers = | |
| execute_serially: tests that must not be executed in parallel | |
| stress: stress tests running multiple clients with the test_index parameter, will be run independent of other tests |