summaryrefslogtreecommitdiff
path: root/ironic/tests/drivers/test_seamicro.py
Commit message (Expand)AuthorAgeFilesLines
* Use functions from oslo.utilsVictor Sergeyev2015-02-231-2/+2
* Avoid calling _parse_driver_info in every testHarshada Mangesh Kakad2014-11-241-67/+41
* Add serial console feature to seamicro driverHarshada Mangesh Kakad2014-11-201-1/+93
* Add a mechanism to route vendor methodsLucas Alvares Gomes2014-11-111-35/+37
* Removed hardcoded IDs from "port" test resourcesDmitry Nikishov2014-10-281-1/+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-8/+2
* handle invalid seamicro_api_versionRuby Loo2014-08-201-0/+22
* Raise MissingParameterValue instead of InvalidGhe Rivero2014-08-121-5/+5
* Add drivers.base.BaseDriver.get_properties()Ruby Loo2014-07-231-0/+6
* SeaMicro to use the new ManagementInterfaceLucas Alvares Gomes2014-07-221-18/+32
* Merge "VendorPassthru.validate()s call _parse_driver_info"Jenkins2014-06-161-2/+18
|\
| * VendorPassthru.validate()s call _parse_driver_infoRuby Loo2014-06-161-2/+18
* | Remove 'node' parameter from the validate() methodsLucas Alvares Gomes2014-06-161-3/+2
|/
* Merge "Mock seamicroclient lib in unit tests if not present"Jenkins2014-06-111-7/+1
|\
| * Mock seamicroclient lib in unit tests if not presentDevananda van der Veen2014-06-091-7/+1
* | TaskManager: Only support single node lockingChris Behrens2014-06-101-62/+55
|/
* Remove 'node' parameter from the Power interfaceLucas Alvares Gomes2014-05-291-11/+10
* Add create() and destroy() to NodeChris Behrens2014-05-011-8/+4
* Remove 'node' parameter from the VendorPassthru interfaceLucas Alvares Gomes2014-04-301-15/+14
* Make tests use Node object instead of dictChris Behrens2014-04-101-9/+17
* Fix seamicro power.validate() method definitionRohan Kanade2014-04-071-3/+19
* Fix seamicro validate() method definitionDevananda van der Veen2014-03-271-2/+2
* Merge "Speed up ironic tests"Jenkins2014-03-251-0/+3
|\
| * Speed up ironic testsJim Rollenhagen2014-03-241-0/+3
* | Decrease running time of SeaMicro driver testsYuriy Zveryanskyy2014-03-251-6/+8
|/
* SeaMicro use device parameter for set_boot_deviceGhe Rivero2014-03-131-3/+3
* Conductor logs better error if seamicroclient missingDevananda van der Veen2014-03-111-1/+7
* Implements SeaMicro VendorPassThru functionalityRohan Kanade2014-03-031-4/+272
* Implement the SeaMicro Power driverRohan Kanade2014-03-031-0/+269