ironic-inspector/ironic_inspector/test/unit
Kaifeng Wang 0551943ca8 Accept IPv6 link local address during interface validation
Link local address is a valid address on IPv6 network when we are using
SLAAC instead of DHCPv6, current interface validation bypass link local
address and fails the introspection.
Interfaces without link carrier don't have link local addresses so this
should be fine.

Change-Id: I4cf195fc8906a2d91989df3f588e1e96ca9684b1
Story: 2007816
Task: 40094
(cherry picked from commit 71666178f4)
2020-06-17 14:45:56 +00:00
..
__init__.py Move unit tests to "unit" directory 2016-04-05 11:15:29 +03:00
policy_fixture.py Add request context and policy enforcement 2017-10-13 11:55:52 +00:00
test_api_tools.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_common_ironic.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_coordination.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_db.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_dnsmasq_pxe_filter.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_introspect.py Avoid using introspection start delays with non-managed boot 2020-05-12 16:31:07 +02:00
test_iptables.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_keystone.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_locking.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_main.py Treat endpoints with trailing slashes the same way as without them 2020-05-18 13:25:41 +00:00
test_manager.py Stop aborting the process on periodic task failures 2020-05-08 11:11:11 +00:00
test_migrations.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_node_cache.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_base.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_base_physnet.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_capabilities.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_discovery.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_extra_hardware.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_introspection_data.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_lldp_basic.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_local_link_connection.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_pci_devices.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_plugins_physnet_cidr_map.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_raid_device.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_rules.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_plugins_standard.py Accept IPv6 link local address during interface validation 2020-06-17 14:45:56 +00:00
test_process.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_pxe_filter.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_rules.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_swift.py Use unittest.mock instead of third party mock 2020-04-18 16:15:28 -05:00
test_utils.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
test_wsgi_service.py Split API and conductor services 2019-08-12 15:29:55 +08:00