ironic/ironic/tests/unit/drivers/modules/ilo
Shivanand Tendulker 1861c93650 Use correct error handler instead of calling process_event('fail')
Drivers should be using error handler deploying_error_handler() or
cleaning_error_handler() from conductor.utils for handling the failures
of deploy or clean step instead of directly calling process_event('fail').
These handlers perform necessary cleaning before moving the node to failed
state.

Conflicts:
	ironic/drivers/modules/ilo/management.py
	ironic/tests/unit/drivers/modules/ilo/test_management.py
	ironic/tests/unit/drivers/modules/ilo/test_raid.py

NOTE(stendulker): The conflict is due to not having following changes
in Train:
9fb4074bfe
d927dd0d0a

Change-Id: I5d9b6831137cdef171a9929f144956f741390953
(cherry picked from commit 76a6fca8d7)
2020-09-29 13:33:40 -04:00
..
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_bios.py Add deploy steps for iLO BIOS interface 2019-08-29 05:16:27 +00:00
test_boot.py Add iPXE boot interface to 'ilo' hardware type 2019-08-16 12:32:36 -04:00
test_common.py Adds support for soft power operations to 'ilo' power interface 2018-10-01 01:30:01 -04:00
test_console.py Remove the ilo classic drivers 2018-06-22 16:55:20 +02:00
test_firmware_processor.py Resolve pep8 E402 errors and no longer ignore E402 2018-04-10 17:34:04 -07:00
test_inspect.py Update the log message for ilo drivers 2019-03-01 00:34:35 -08:00
test_management.py Use correct error handler instead of calling process_event('fail') 2020-09-29 13:33:40 -04:00
test_power.py Fixes power-on failure for 'ilo' hardware type 2019-07-29 08:34:59 -04:00
test_raid.py Use correct error handler instead of calling process_event('fail') 2020-09-29 13:33:40 -04:00
test_vendor.py Remove the ilo classic drivers 2018-06-22 16:55:20 +02:00