tobiko/pytest.ini
Eduardo Olivares 2945010168 Fix ovn_migration and ovn_migration_sanity testenvs
For some reason, an env variable's (RUN_TESTS_EXTRA_ARGS) default value
was not properly overwritten on these testenvs.
Its default value has been removed, since it's not relevant for other
testenvs.

Besides this, the marker skip_during_ovn_migration has been added to the
test test_equal_containers_state because it should not be executed after
ovn-migration (list of containers changes, so comparison between
previous and new containers is not relevant).

Also, the background ping test will be skipped for ovn_migration and
ovn_migration_sanity testenvs because the may be traffic loss during the
migration process.

Change-Id: I71de87e5216ac2d6c7e198ea6236fe189b79408d
2024-04-12 08:55:16 +02:00

19 lines
634 B
INI

[pytest]
junit_family=legacy
render_collapsed = True
markers =
ovn_migration: test cases for testing OVN migration
minimal: most relevant and lightweight test cases
skip_during_ovn_migration: test cases which shouldn't be run in the OVS to OVN migration jobs
background: test traffic loss using a background process sending pings to a VM instance
# 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'