horizon/openstack_dashboard/test
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
..
integration_tests integration tests: Relax router interface status check 2021-06-04 16:18:56 +09:00
jasmine Remove unused jasmine_tests.py 2015-05-13 12:39:00 -06:00
selenium openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
test_panels Use python3-style super() 2020-10-15 14:37:20 +09:00
test_plugins Use python3-style super() 2020-10-15 14:37:20 +09:00
unit Change with_data=False for swift_get_container 2021-04-07 16:26:37 +02:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
extensible_header_urls.py Drop unnecessary executable flags 2017-12-27 21:32:48 +00:00
helpers.py test: Ensure to stop mock when create_mocks decorator exits 2021-02-26 18:44:11 +09:00
settings.py Fix tempest and pep8 tests 2020-05-12 18:49:34 +02:00
urls.py Fix Angular errors in openstack_auth 2018-03-17 18:36:01 +09:00