Add ReporPortal PyTest plugin
Change-Id: I0853cc02cf2d82bff101131089e9b342ea6e6d34
This commit is contained in:
parent
96c35812de
commit
0aa2a7b42f
@ -5,6 +5,7 @@ dpkt # BSD
|
|||||||
pandas # BSD
|
pandas # BSD
|
||||||
podman # Apache-2.0
|
podman # Apache-2.0
|
||||||
pytest-cov # MIT
|
pytest-cov # MIT
|
||||||
|
pytest-reportportal # Apache-2.0
|
||||||
pytest-rerunfailures # MPL-2.0
|
pytest-rerunfailures # MPL-2.0
|
||||||
pytest-timeout # MIT
|
pytest-timeout # MIT
|
||||||
varlink # Apache-2.0
|
varlink # Apache-2.0
|
||||||
|
10
pytest.ini
10
pytest.ini
@ -3,3 +3,13 @@ junit_family=legacy
|
|||||||
render_collapsed = True
|
render_collapsed = True
|
||||||
markers =
|
markers =
|
||||||
ovn_migration: Run test functions relevant for post OVN migration
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user