summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Use OOB inspection to fetch MACs for IB inspectionJacob Anders2021-02-111-0/+7
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-2/+1
* Add indicator management harness to ManagementInterfaceIlya Etingof2019-08-261-0/+49
* Add new method 'apply_configuration' to RAIDInterfaceShivanand Tendulker2019-08-141-1/+65
* Allow methods to be both deploy and clean stepsMark Goddard2019-03-131-1/+108
* [Refactor] Make caching BIOS settings explicitDmitry Tantsur2019-02-061-0/+2
* Merge "Fix async keyword for Python 3.7"Zuul2018-09-251-10/+0
|\
| * Fix async keyword for Python 3.7Michal Arbet2018-09-051-10/+0
* | Honors return value from BIOS interface cleanstepsvmud2132018-09-181-4/+6
|/
* Deploy steps - conductor & driversMark Goddard2018-07-111-0/+121
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-021-151/+5
* Adds boot mode support to ManagementInterfaceIlya Etingof2018-06-151-0/+21
* Fix FakeBIOS to allow tempest testingYolanda Robla2018-06-041-2/+2
* BIOS Settings: Add BIOSInterfaceZenghui Shi2018-05-081-5/+46
* Do not use async parameterOleksiy Petrenko2018-03-281-0/+10
* Add validate_rescue() method to boot interfaceShivanand Tendulker2018-02-091-0/+10
* Migrate the remaining classic drivers to hardware typesDmitry Tantsur2018-02-011-4/+69
* Automatically migrate nodes to hardware typesDmitry Tantsur2018-01-261-0/+55
* Adds rescue_interface to base driver classShivanand Tendulker2017-12-211-1/+2
* Receive and store agent version on heartbeatSam Betts2017-12-111-1/+1
* Remove deprecated DHCP provider methodsVasyl Saienko2017-04-131-90/+0
* Convert BaseDriver.*_interfaces to tuplesJohn L. Villalovos2017-03-281-0/+32
* Generic management I/F for Inject NMINaohiro Tamura2017-01-201-0/+10
* Add Virtual Network Interface Driver APIsSam Betts2016-12-231-0/+90
* Simplify base interfaces in ironic.drivers.baseDmitry Tantsur2016-11-091-3/+10
* Introduce new driver call and RPC for heartbeatDmitry Tantsur2016-06-271-0/+12
* Replace assertRaisesRegexp with assertRaisesRegexMoshe Levi2016-06-211-33/+33
* Remove deprecated driver_periodic_taskJim Rollenhagen2016-05-161-18/+0
* Allow vendor drivers to acquire shared locksMario Villaplana2016-05-131-0/+16
* Switch to Futurist library for asynchronous execution and periodic tasksDmitry Tantsur2016-02-241-18/+3
* Validate arguments to clean_step() decoratorRuby Loo2015-12-021-0/+116
* Support arguments for clean step methodsRuby Loo2015-11-191-9/+54
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+247