ironic/ironic/tests/unit/drivers/modules/inspector/hooks
Mahnoor Asghar e6360bc84b Add inspection (processing) hooks
Adds inspection hooks in the agent inspect interface for processing
data received from the ramdisk at the /v1/continue_inspection
endpoint. The four default configuration hooks 'ramdisk-error',
'validate-interfaces', 'ports' and 'architecture' are added.
(The remaining inspection hooks will be added in further patches.)

Change-Id: I2cf1be465ba7a93fd66881b14972e960acd4dd4e
Story: #2010275
2023-08-25 09:38:39 -02:00
..
__init__.py Add inspection (processing) hooks 2023-08-25 09:38:39 -02:00
test_architecture.py Add inspection (processing) hooks 2023-08-25 09:38:39 -02:00
test_ports.py Add inspection (processing) hooks 2023-08-25 09:38:39 -02:00
test_ramdisk_error.py Add inspection (processing) hooks 2023-08-25 09:38:39 -02:00
test_validate_interfaces.py Add inspection (processing) hooks 2023-08-25 09:38:39 -02:00