ironic/ironic/tests/drivers/drac
Lucas Alvares Gomes ca2c5a434a Fix minor issues in the DRAC driver
This is a following patch of 2eb3c12ce3. The
issues this patch fixes are:

* Put the ReturnValue constants in a common place so it can be used by
  the power and management interfaces code.
* Move the filter object creation to inside the client. This also adds
  a new exception DracInvalidFilterDialect which is raised if when an
  invalid filter dialect is specified.
* Fix the docstring of the find_xml method to reflect the values returned
  in case an element is not found.
* Move the helper test function _mock_wsman_root() to a common place
  and update tests to use it.

Change-Id: Iefc3993f61e32a3a50faf4b9bd80aaab6ae1d3bf
2014-09-03 12:10:34 +01:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
test_client.py Fix minor issues in the DRAC driver 2014-09-03 12:10:34 +01:00
test_common.py Implements the DRAC ManagementInterface for get/set boot device 2014-09-01 10:44:30 +01:00
test_management.py Fix minor issues in the DRAC driver 2014-09-03 12:10:34 +01:00
test_power.py Fix minor issues in the DRAC driver 2014-09-03 12:10:34 +01:00
utils.py Fix minor issues in the DRAC driver 2014-09-03 12:10:34 +01:00