summaryrefslogtreecommitdiff
path: root/ironic/tests/drivers/test_ipminative.py
Commit message (Expand)AuthorAgeFilesLines
* Use functions from oslo.utilsVictor Sergeyev2015-02-231-2/+2
* Fix PEP8 E121 & E122 errorsJohn L. Villalovos2015-02-191-29/+29
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* boot_devices.PXE value should match with pyghmi defineHaomeng, Wang2014-12-021-2/+2
* Removed hardcoded IDs from "port" test resourcesDmitry Nikishov2014-10-281-1/+1
* Enable H307 PEP8 checkDavid Shrewsbury2014-10-131-1/+0
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-2/+1
* Move database fixture to a separate test caseVladyslav Drok2014-10-081-3/+0
* Use DbTestCase as test base when context neededVladyslav Drok2014-09-301-4/+1
* Remove unneeded context initialization in testsVladyslav Drok2014-09-251-1/+0
* Merge "Unify the sensor data format"Jenkins2014-09-101-12/+12
|\
| * Unify the sensor data formatHaomeng, Wang2014-09-101-12/+12
* | Minor fixes for ipminative console supportlinggao2014-09-051-4/+4
* | Interactive console support for ipminative driverlinggao2014-09-031-1/+75
|/
* Add send-data-to-ceilometer support for pxe_ipminative driverHaomeng, Wang2014-09-031-0/+90
* Raise MissingParameterValue instead of InvalidGhe Rivero2014-08-121-2/+2
* Check if boot device is persistent on ipminativeLucas Alvares Gomes2014-08-051-0/+11
* IPMINative to use the new ManagementInterfaceLucas Alvares Gomes2014-07-241-36/+56
* Add drivers.base.BaseDriver.get_properties()Ruby Loo2014-07-231-0/+4
* Mock pyghmi lib in unit tests if not presentDevananda van der Veen2014-06-231-1/+3
* TaskManager: Only support single node lockingChris Behrens2014-06-101-12/+12
* Remove 'node' parameter from the Power interfaceLucas Alvares Gomes2014-05-291-15/+14
* Cleanup mock patch without `with` part 1Mikhail Durnosvistov2014-05-141-113/+115
* Add create() and destroy() to NodeChris Behrens2014-05-011-16/+14
* Remove 'node' parameter from the VendorPassthru interfaceLucas Alvares Gomes2014-04-301-20/+23
* Make tests use Node object instead of dictChris Behrens2014-04-101-1/+3
* Fix misspelled impi to ipmiGhe Rivero2014-03-131-1/+1
* Fix params order in assertEqualyangxurong2014-03-041-9/+9
* Merge "Remove extraneous vim configuration comments for ironic"Jenkins2014-02-281-1/+0
|\
| * Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-1/+0
* | Suggested improvements to _set_boot_deviceMichael Davies2014-02-271-4/+4
* | Move ipminative _set_boot_device to VendorPassthruGhe Rivero2014-02-271-2/+35
|/
* Simplify locking around acquiring Node resourcesDevananda van der Veen2014-02-211-2/+3
* Replace nonexistent mock assert methods with real onesMax Lobur2014-02-131-6/+8
* Remove unnecessary json dumps/loads from testsMax Lobur2014-02-111-2/+1
* Add context to TaskManagerYuriy Zveryanskyy2013-10-251-7/+15
* Group and unify ipmi configurationsLucas Alvares Gomes2013-10-241-5/+5
* Remove duplicated db_api.get_instance() from testsLucas Alvares Gomes2013-10-211-1/+0
* Remove nested 'ipmi' dict from driver_infoLucas Alvares Gomes2013-10-091-11/+11
* Use mock to do unit tests for ipminative driverlinggao2013-10-031-131/+91
* Add native ipmi driverlinggao2013-09-251-0/+274