ironic/ironic/tests/unit
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
..
api Fix pep8 2020-05-13 11:40:16 +02:00
cmd Change [deploy]/default_boot_option to local 2020-04-15 11:46:03 -07:00
common Change [deploy]/default_boot_option to local 2020-04-15 11:46:03 -07:00
conductor Fix fast track when exiting cleaning 2020-06-05 10:59:21 +00:00
conf Remove deprecated [keystone] config section 2018-06-11 13:30:50 +00:00
db Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
dhcp "dual stack" support for PXE/iPXE 2020-04-13 06:32:15 -07:00
drivers Use correct error handler instead of calling process_event('fail') 2020-09-29 11:55:31 -04:00
objects Add node lessee field 2020-04-07 15:33:42 +00:00
__init__.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
policy_fixture.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
raid_constants.py Allow specifying target devices for software RAID 2020-03-17 14:31:38 +01:00
stubs.py Enhanced checksum support 2018-10-22 16:12:31 +08:00
test_base.py Fix pep8 2020-05-13 11:40:16 +02:00