python-dracclient/dracclient/tests
Dmitry Tantsur aeebdf890b Raise a specific exception instead of generic AttributeError
Currently we raise an AttributeError when expected attribute is missing
from the response. This is not very developer-friendly, so this patch
creates a new exception (derived from AttributeError for compatibility)
for this purpose.

Change-Id: If2ac03dcd410d451dc7bbfe7bbd0b145da201c9a
Related-Bug: #1550328
2016-11-08 18:04:42 +01:00
..
wsman_mocks Raise a reasonable error on non-nullable flags with empty text 2016-11-07 15:44:14 +01: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 Use InstanceId as unique attribute identifier rather than name 2016-10-27 12:38:31 -07:00
test_client.py Split tests to based on modules 2016-08-10 10:48:37 +02:00
test_inventory.py Split tests to based on modules 2016-08-10 10:48:37 +02:00
test_job.py Split tests to based on modules 2016-08-10 10:48:37 +02:00
test_lifecycle_controller.py Split tests to based on modules 2016-08-10 10:48:37 +02:00
test_raid.py Merge "Don't assume FQDD naming" 2016-11-02 17:50:11 +00:00
test_utils.py Raise a specific exception instead of generic AttributeError 2016-11-08 18:04:42 +01:00
test_wsman.py Add support for lists in wsman properties 2015-10-08 10:46:47 +02:00
utils.py Raise a reasonable error on non-nullable flags with empty text 2016-11-07 15:44:14 +01:00