python-dracclient/dracclient/tests
Christopher Dearborn 72ea2323e5 Separate reboot required from commit required
This patch separates indicators for reboot required and commit required.
It does this by adding two new keys (is_reboot_required and
is_commit_required) to the dictionary returned by set/create/modify
operations while continuing to return the commit_required key for
backwards compatibility.

The commit_required key should be considered deprecated at this time and
it will be removed in a future patch.

The is_reboot_required key has an enumerated value that can have three
possible values: true, optional, and false.  This allows the return of
optional for RAID operations that can return this value.

Change-Id: I70e52868f10bfafb30bbb38b85888bc4ec8e65ae
Closes-Bug: 1732549
2018-01-22 09:36:53 -05:00
..
wsman_mocks Fetch system attributes 2017-07-06 14:42:34 -07: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 Simplify wait_until_idrac_is_ready() calls 2017-07-28 18:58:26 -04:00
test_idrac_card.py Enumerate operations can wait until iDRAC is ready 2017-07-25 17:27:42 -04: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 Separate reboot required from commit required 2018-01-22 09:36:53 -05: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 Fetch system attributes 2017-07-06 14:42:34 -07:00