ironic-python-agent/ironic_python_agent/tests/unit/hardware_managers
Qianbiao.NG 4b0ef13d08 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
2020-09-23 18:24:26 +08:00
..
__init__.py Add a new Hardware Manager for Mellanox NICs 2016-11-22 15:46:12 +01:00
test_cna.py Fix: make Intel CNA hardware manager none generic 2020-09-23 18:24:26 +08:00
test_mlnx.py Use unittest mock from standard library 2020-04-06 14:35:50 +02:00