c5dbea1cfc
Before this patch, Tobiko used pytest.junit_family=legacy, which was not compatible with report-portal. Change-Id: Ic10b3302c129cb95948667541c3de7ced3c91e18
18 lines
614 B
INI
18 lines
614 B
INI
[pytest]
|
|
render_collapsed = True
|
|
markers =
|
|
ovn_migration: test cases for testing OVN migration
|
|
minimal: most relevant and lightweight test cases
|
|
skip_during_ovn_migration: test cases which shouldn't be run in the OVS to OVN migration jobs
|
|
background: test traffic loss using a background process sending pings to a VM instance
|
|
|
|
|
|
# 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'
|