ironic/ironic/tests/unit/drivers/modules/drac
Rachit7194 c3c6cda65a DRAC: Fix a failure to create virtual disk
PERC H740P controllers supports RAID mode and Enhanced HBA mode.
When the controller is in Enhanced HBA, it creates single disk
RAID0 virtual disks of NON-RAID physical disks.
Hence the user's request for VD creation with supported RAID
fails due to no available physical disk.
This patch checks the Perc H740P controllers whether it supports
enhanced HBA mode and if controllers are found in enhanced HBA
mode it converts back to RAID mode.

Conflicts:
ironic/tests/unit/drivers/modules/drac/test_raid.py

Change-Id: I9d295135e6059a47cb541ae1218b11c3d56f85e1
Story: 2007711
Task: 39844
(cherry picked from commit 325f280434)
2021-02-03 06:15:08 -05:00
..
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_bios.py Implement the bios-interface for idrac-wsman driver 2020-04-17 15:41:24 +05:00
test_boot.py Add Redfish vmedia boot interface to idrac HW type 2019-10-11 20:01:09 -04:00
test_common.py Removing deprecated drac_host property 2019-01-31 08:14:30 +01:00
test_inspect.py Set boot_mode in node properties during OOB Introspection 2019-03-16 05:15:22 -04:00
test_job.py Add iDRAC RAID deploy steps 2019-09-22 20:48:26 +01:00
test_management.py DRAC: Fix a bug for clear_job_queue clean step with non-BIOS pending job 2019-10-10 14:16:07 +00:00
test_periodic_task.py Fix RAID configuration with idrac-wsman interface 2020-04-20 20:05:38 +03:00
test_power.py Fix issue where server fails to reboot 2020-04-13 15:58:17 -04:00
test_raid.py DRAC: Fix a failure to create virtual disk 2021-02-03 06:15:08 -05:00
utils.py DRAC: Fix a failure to create virtual disk 2021-02-03 06:15:08 -05:00