ironic-python-agent/ironic_python_agent/tests/unit
Qianbiao.NG 3c548670b7 Fix: make Intel CNA hardware manager none generic
Currently, IntelCnaHardwareManager inherits GenericHardwareManager
which makes it a new "GenericHardwareManager" with "MAINLINE" priority.
This causes all other hardware-managers with lower priority than
"MAINLINE" never be used. To fix this, make IntelCnaHardwareManager
inherit basic HardwareManager.

Change-Id: I28b665d8841b0b2e83b132e1f25df95e03e7ba10
Story: 2008142
Task: 40882
(cherry picked from commit 4b0ef13d08)
2020-09-23 15:00:32 +00:00
..
extensions Prevent un-needed iscsi cleanup 2020-07-28 07:23:46 +00:00
hardware_managers Fix: make Intel CNA hardware manager none generic 2020-09-23 15:00:32 +00:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Limit Inspection->Lookup->Heartbeat lag 2020-07-06 20:20:58 +02:00
test_agent.py Make WSGI server respect listen_* directives 2020-09-02 21:52:27 +00:00
test_api.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_base.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_dmi_inspector.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_encoding.py Fix serializing ironic-lib exceptions 2020-07-06 16:50:34 +00:00
test_errors.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_hardware.py Fix bootloader install issue with MDRAID 2020-08-05 09:13:53 +00:00
test_inspector.py Limit Inspection->Lookup->Heartbeat lag 2020-07-06 20:20:58 +02:00
test_ironic_api_client.py Fix TypeError on agent lookup failure 2020-08-07 22:29:49 +00:00
test_multi_hardware.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_multi_hardware_clean_steps.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_netutils.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_numa_inspector.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00
test_utils.py A boot partition on a GPT disk should be considered an EFI partition 2020-04-15 18:38:15 +02:00