ironic/ironic/tests/unit/drivers/modules
Dmitry Tantsur 6c8673c1b4
Fix servicing clean-up
Serious issues:
- Nothing powers on nodes after servicing, so they end up active and
  powered off in the end.
- Restoring power state was done three times.

Minor issues:
- Function _tear_down_node_servicing is called twice causing a traceback.
- Furthermore, process_event('done') is also called in another place
  in deploy utils.
- Make sure nodes are never considered for fast-track when servicing, it
  prevents clean-up of virtual media devices.

Change-Id: I92fd7a0009a816e93e316e4674c7509b61a474d4
2024-04-12 10:48:57 +02:00
..
ansible Finally remove support for netboot and the boot_option capability 2022-08-02 12:47:31 +02:00
drac Merge "Don't import sushy conditionally, it's a requirement" 2024-03-04 14:33:23 +00:00
ibmc Mock sleep in unit tests that rely on it 2023-06-07 16:10:07 +02:00
ilo Drop fallback to unmanaged inspection for virtual media and UEFI boot 2024-03-18 10:26:47 +01:00
inspector [codespell] Fixing Spelling Mistakes 2024-02-12 19:58:56 +00:00
intel_ipmi Deprecate the iscsi deploy interface 2020-09-22 15:39:36 +02:00
irmc [codespell] Fixing Spelling Mistakes 2024-02-12 19:58:56 +00:00
network Fix new codespell issues; tweak config 2024-03-14 12:57:26 -07:00
redfish Drop fallback to unmanaged inspection for virtual media and UEFI boot 2024-03-18 10:26:47 +01:00
storage [Minor] Fix misspellings of "insufficient" 2022-06-14 17:06:14 +00:00
xclarity Fix Mock objects as specs 2021-12-15 15:59:03 +01:00
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_agent.py [codespell] Fixing Spelling Mistakes 2024-02-12 19:58:56 +00:00
test_agent_base.py Merge "[codespell] Fixing Spelling Mistakes" 2024-03-14 17:13:05 +00:00
test_agent_client.py Add service steps call to agent logic 2023-08-28 20:57:43 +00:00
test_agent_power.py Allow enabling fast-track per node 2021-12-08 14:26:51 +01:00
test_boot_mode_utils.py Remove support for trusted boot 2022-07-18 17:44:35 +02:00
test_console_utils.py Enforce autospec in test_console_utils 2021-03-08 19:16:08 +01:00
test_deploy_utils.py Fix servicing clean-up 2024-04-12 10:48:57 +02:00
test_image_cache.py [codespell] Fixing Spelling Mistakes 2024-02-12 19:58:56 +00:00
test_image_utils.py Don't import sushy conditionally, it's a requirement 2024-02-28 16:56:17 +01:00
test_inspect_utils.py Don't import sushy conditionally, it's a requirement 2024-02-28 16:56:17 +01:00
test_ipmitool.py Fix Reopen Web Console Duplicate Sol Session 2024-03-07 15:41:32 -08:00
test_ipxe.py Add HTTP versions of network boot interfaces 2024-02-09 13:13:19 -08:00
test_noop.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_noop_mgmt.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_pxe.py Special case lenovo UEFI boot setup 2024-02-17 15:54:25 +00:00
test_ramdisk.py Finally remove support for netboot and the boot_option capability 2022-08-02 12:47:31 +02:00
test_snmp.py Fix auth_protocol and priv_protocol for SNMP v3 2023-03-01 16:44:40 -08:00