Add ReporPortal PyTest plugin

Change-Id: I0853cc02cf2d82bff101131089e9b342ea6e6d34
This commit is contained in:
Federico Ressi 2022-02-14 14:06:05 +01:00
parent 96c35812de
commit 0aa2a7b42f
2 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,7 @@ dpkt # BSD
pandas # BSD
podman # Apache-2.0
pytest-cov # MIT
pytest-reportportal # Apache-2.0
pytest-rerunfailures # MPL-2.0
pytest-timeout # MIT
varlink # Apache-2.0

View File

@ -3,3 +3,13 @@ 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'