ironic-inspector/ironic_inspector/test/unit
Kaifeng Wang f37eb0fc58 Support ip6tables for iptables pxe filter
Adds a configuration option [iptables]ip_version to specify the
desired ip version for the iptables pxe filter, which can be set to
4 or 6. When set to 6, the iptables pxe filter will use ip6tables
command to manage rules for the port 547 which is the port of DHCPv6
server side.

The string type is used to make room for the future, when there is need
to automatically determine ip version from the binding interface.

Change-Id: I7de2be5950a23def3ec6490f2e6dfa3d5c42798a
Story: 1756012
Task: 11411
2018-11-07 09:53:47 +08: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 Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
test_common_ironic.py Retry port lists on failure in PXE filter periodic sync 2018-02-14 15:10:39 +01:00
test_db.py Use new oslo db EngineFacade 2017-06-15 14:25:55 +03:00
test_dnsmasq_pxe_filter.py Replace assertEqual(True/False, *) with assertTrue/assertFalse in tests 2018-09-17 09:10:46 +00:00
test_introspect.py Stop introspection if set boot device failed 2018-08-02 16:18:52 +08:00
test_iptables.py Support ip6tables for iptables pxe filter 2018-11-07 09:53:47 +08:00
test_keystone.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00
test_main.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00
test_manager.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00
test_migrations.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00
test_node_cache.py Remove deprecated option node_status_keep_time 2018-08-10 09:37:23 +08:00
test_plugins_base.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
test_plugins_capabilities.py Update version of flake8-import-order package 2017-12-14 11:38:27 -08:00
test_plugins_discovery.py Change the default discovery driver to fake-hardware 2018-04-30 14:36:34 +00:00
test_plugins_extra_hardware.py Changed an assert to more specific assert method 2016-08-30 08:07:31 +07:00
test_plugins_lldp_basic.py Add plugin to process basic management LLDP TLVs 2017-01-31 19:51:39 -05:00
test_plugins_local_link_connection.py Only set switch_id in local_link_connection if it is a mac address 2018-02-13 09:33:58 +00:00
test_plugins_pci_devices.py Use assertEqual() instead of assertDictEqual() 2016-09-26 11:07:27 +07:00
test_plugins_raid_device.py Remove deprecated alias "root_device_hint" for "raid_device" hook 2016-06-06 19:07:24 +02:00
test_plugins_rules.py Add introspection rules actions to add/remove traits on nodes 2018-09-18 10:13:48 +02:00
test_plugins_standard.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00
test_process.py Fix lock leaks in unit tests 2018-08-06 19:32:15 +08:00
test_pxe_filter.py Clean up pxe_filter related deprecations 2018-08-06 13:42:01 +08:00
test_rules.py Allow nested action value formatting 2018-08-01 09:32:59 +01:00
test_swift.py Add keystoneauth adapters 2018-01-16 18:06:10 +00:00
test_utils.py Fix gate failure due to recent oslo.policy release 2018-07-20 20:59:15 +08:00
test_wsgi_service.py Merge "Introduce oslo.messaging and sync rpc call" 2018-06-01 02:32:42 +00:00