ironic/ironic/tests/unit/drivers/modules/ilo
Shivanand Tendulker e5f886e8c8 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

NOTE(stendulker): The conflict is due to not having change
9fb4074bfe in Ussuri.

Change-Id: I5d9b6831137cdef171a9929f144956f741390953
(cherry picked from commit 76a6fca8d7)
2020-09-29 11:55:31 -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 Merge "Revert "Generalize ISO building for virtual media driver"" 2020-04-22 16:27:03 +00:00
test_common.py Revert "Generalize ISO building for virtual media driver" 2020-04-20 19:04:30 +02:00
test_console.py Stop using six library 2019-12-23 09:38:25 +01:00
test_firmware_processor.py Revert "Generalize ISO building for virtual media driver" 2020-04-20 19:04:30 +02:00
test_inspect.py Stop using six library 2019-12-23 09:38:25 +01:00
test_management.py Use correct error handler instead of calling process_event('fail') 2020-09-29 11:55:31 -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 11:55:31 -04:00
test_vendor.py Remove the ilo classic drivers 2018-06-22 16:55:20 +02:00