python-dracclient/dracclient/tests
David Paterson 1d203354a2 Added is_jbod_capable method to raid resource
Some RAID controllers support JBOD (passthrough) mode, while others do not.
This method determines if the passed RAID controller supports JBOD mode.
Note: that the controller must have at least one disk in the non-RAID or ready
state, or this method will be unable to determine if the RAID controller
supports JBOD mode, and an exception will be thrown.

Co-Authored-By: Christopher Dearborn <Christopher.Dearborn@dell.com>
Change-Id: I62d8f92197faf6a6b4fe8a72da5c1a6a79d2af82
2018-06-29 11:20:09 -04:00
..
wsman_mocks Merge "Added support for PCIe drives" 2018-03-26 17:38:20 +00:00
__init__.py Add tox.ini 2015-08-05 14:52:39 +02:00
base.py Replacing pywsman with a simple wsman client 2015-09-30 09:51:37 +02:00
test_bios.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
test_client.py Allow invoke without checking the return value 2018-01-11 16:00:38 -05:00
test_idrac_card.py Add ability to set iDRAC card settings 2018-02-08 10:13:35 -05:00
test_inventory.py Enumerate operations can wait until iDRAC is ready 2017-07-25 17:27:42 -04:00
test_job.py Add "Reboot Failed" as terminal job state for 14G 2017-08-01 13:44:32 -04:00
test_lifecycle_controller.py Simplify get Lifecycle Controller version 2017-07-27 10:37:20 -04:00
test_raid.py Added is_jbod_capable method to raid resource 2018-06-29 11:20:09 -04:00
test_system.py Enumerate operations can wait until iDRAC is ready 2017-07-25 17:27:42 -04:00
test_utils.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
test_wsman.py Parameterize iDRAC is ready retries at class level 2017-07-24 19:29:15 -04:00
utils.py Add ability to set iDRAC card settings 2018-02-08 10:13:35 -05:00