summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/third_party_driver_mock_specs.py
diff options
context:
space:
mode:
authorNisha Agarwal <agarwalnisha1980@gmail.com>2017-03-22 00:38:44 -0700
committerIlya Etingof <etingof@gmail.com>2018-11-03 09:09:56 +0100
commit41d3356571eafd7f3192d05d7c7523ac295ff5c0 (patch)
tree54daaeb8536e8d230e35c44c69eea89608b70933 /ironic/tests/unit/drivers/third_party_driver_mock_specs.py
parent325b0a6bd42d9eda531ace1185ecdc5e2ceb8614 (diff)
downloadironic-41d3356571eafd7f3192d05d7c7523ac295ff5c0.tar.gz
Add Redfish inspect interface
Add the InspectInterface to the `redfish` hardware type. This enables OOB inspection in ironic. Story: 1668487 Task: 10571 Co-Authored-By: Ilya Etingof <etingof@gmail.com> Depends-On: I3a79f2afe6c838636df554ee468f8f2e0cf0859e Depends-On: Ieb374f8cabb0418bb2680fdab690446346fc354f Change-Id: Ie3167569db060620fe0b9784bc7d7a854f2ef754
Diffstat (limited to 'ironic/tests/unit/drivers/third_party_driver_mock_specs.py')
-rw-r--r--ironic/tests/unit/drivers/third_party_driver_mock_specs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ironic/tests/unit/drivers/third_party_driver_mock_specs.py b/ironic/tests/unit/drivers/third_party_driver_mock_specs.py
index a5b1c6b5a..11fc9646d 100644
--- a/ironic/tests/unit/drivers/third_party_driver_mock_specs.py
+++ b/ironic/tests/unit/drivers/third_party_driver_mock_specs.py
@@ -146,6 +146,11 @@ SUSHY_CONSTANTS_SPEC = (
'BOOT_SOURCE_ENABLED_ONCE',
'BOOT_SOURCE_MODE_BIOS',
'BOOT_SOURCE_MODE_UEFI',
+ 'PROCESSOR_ARCH_x86',
+ 'PROCESSOR_ARCH_IA_64',
+ 'PROCESSOR_ARCH_ARM',
+ 'PROCESSOR_ARCH_MIPS',
+ 'PROCESSOR_ARCH_OEM',
)
XCLARITY_SPEC = (