From 0aa2a7b42f140044fb8d9af6dc56183355296dec Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 14 Feb 2022 14:06:05 +0100 Subject: [PATCH] Add ReporPortal PyTest plugin Change-Id: I0853cc02cf2d82bff101131089e9b342ea6e6d34 --- extra-requirements.txt | 1 + pytest.ini | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/extra-requirements.txt b/extra-requirements.txt index 627d97705..bb529384d 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -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 diff --git a/pytest.ini b/pytest.ini index a4ce0c428..cf21d8156 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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'