ironic-python-agent/ironic_python_agent/tests/unit
Qianbiao.NG 6b160580d1 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 dc63d2f240)
(cherry picked from commit fad38ee376)
2020-10-12 07:44:10 +00:00
..
extensions Bind mount /run into chroot when installing grub 2019-05-08 19:22:41 +01:00
hardware_managers Fix: make Intel CNA hardware manager none generic 2020-10-12 07:44:10 +00:00
__init__.py Add base for IPA functional tests 2015-08-18 16:19:47 +00:00
base.py Fix issue with double mocking of utils.execute functions 2017-12-01 07:42:02 -08:00
test_agent.py Follow-up patch for rescue extension for CoreOS 2018-01-30 19:00:13 +00:00
test_api.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_base.py Fix issue with double mocking of utils.execute functions 2017-12-01 07:42:02 -08:00
test_dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
test_encoding.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_errors.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_hardware.py Ironic python agent does not extract correct available memory 2019-04-16 15:45:11 +00:00
test_inspector.py Clean up deprecated items in the inspection code 2017-09-19 14:05:13 +02:00
test_ironic_api_client.py Fix TypeError on agent lookup failure 2020-08-07 15:35:35 -07:00
test_multi_hardware.py Prevent tests' unmocked access to utils.execute() 2017-05-15 10:48:43 +10:00
test_multi_hardware_clean_steps.py Fix waiting for target disk to appear 2017-10-16 15:39:25 +02:00
test_netutils.py [LLDP] Skip NICs that say they are ready but are unreadable. 2017-11-28 17:25:43 +00:00
test_numa_inspector.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_utils.py Stop logging lshw output, collect it with other logs instead 2019-06-18 05:46:02 +00:00