horizon/openstack_dashboard/test/integration_tests/tests
Akihiro Motoki 866a170379 integration tests: Relax router interface status check
Previously the router interface test in the integration tests
checked the status of an added router interface, but the initial
status varies depending on a network backend used in neutron.
In case of neutron L3 agent, a new router interface has "Down" status,
but in case of OVN a new router interface has "Active" status.
This caused the integration test failure after DevStack switched
the default network backend from ML2/OVS to ML2/OVN.

The initial status of a new router interface depends on a network
backend and the neutron API does not define the initial status,
so it is too strict for the horizon integration tests to check
the status. This commit drops the status check.
It is sufficient to check the existence of a new router interface.

Change-Id: Idfd4a9206e85558ba17e476a47b38ee9c1f566fa
Closes-Bug: #1930405
2021-06-04 16:18:56 +09:00
..
test-data [cleanup] Remove test-data for heat 2020-10-29 07:51:55 +00:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
test_credentials.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_defaults.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_flavors.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_floatingips.py Change horizon test runner to pytest 2020-04-03 13:47:18 +03:00
test_groups.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_grouptypes.py Add integration-test for Volume Group Type 2020-11-26 11:05:31 +00:00
test_host_aggregates.py Integration test fixes 2018-06-21 10:59:31 +03:00
test_images.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_instances.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_keypairs.py Change horizon test runner to pytest 2020-04-03 13:47:18 +03:00
test_login.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
test_metadata_definitions.py Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
test_networks.py Integration test fixes 2018-06-21 10:59:31 +03:00
test_projects.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_router_gateway.py Integration test fixes 2018-06-21 10:59:31 +03:00
test_router.py integration tests: Relax router interface status check 2021-06-04 16:18:56 +09:00
test_security_groups.py Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
test_user_settings.py Fix skipped integration tests for securitygroup, namespace, usersettings 2019-09-26 13:03:06 +05:30
test_users.py Change horizon test runner to pytest 2020-04-03 13:47:18 +03:00
test_volume_snapshots.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_volumes.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
test_volumetypes.py Integration test fixes 2018-06-21 10:59:31 +03:00