tobiko/pytest.ini
Federico Ressi 0aa2a7b42f Add ReporPortal PyTest plugin
Change-Id: I0853cc02cf2d82bff101131089e9b342ea6e6d34
2022-02-15 05:50:05 +01:00

16 lines
410 B
INI

[pytest]
junit_family=legacy
render_collapsed = True
markers =
ovn_migration: Run test functions relevant for post OVN migration
# 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'