tobiko/pytest.ini
Federico Ressi 9e0ccc32f4 Add 'minimal' marker to pytest.ini file
Change-Id: Ie1c1e316d91d754fb29acc94838e0e95d40b5607
2022-02-16 16:40:25 +00:00

17 lines
448 B
INI

[pytest]
junit_family=legacy
render_collapsed = True
markers =
ovn_migration: test cases for testing OVN migration
minimal: most relevant and lightweight test cases
# rp_uuid = 887ab577-b89e-4b12-9d8f-03f7a0a5b14a
rp_endpoint = http://localhost:8080
rp_project = tobiko
rp_launch = tobiko
# rp_launch_attributes = 'PyTest' 'Smoke'
# rp_launch_description = 'Smoke test'
# rp_ignore_errors = True
# rp_ignore_attributes = 'xfail' 'usefixture'