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'