summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_driver_factory.py
Commit message (Expand)AuthorAgeFilesLines
* Automatically configure enabled_***_interfacesDmitry Tantsur2021-12-201-26/+19
* Allow instance_info to override node interfaceTzu-Mainn Chen2021-03-051-0/+31
* Changes to add exception in "default_interface()" functionANURADHAJHA992020-10-271-0/+11
* Deprecate the iscsi deploy interfaceDmitry Tantsur2020-09-221-6/+6
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+2
* Fix the remaining hacking issuesDmitry Tantsur2020-03-311-2/+2
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-021-85/+2
* Remove the ipmitool classic driversDmitry Tantsur2018-06-271-7/+0
* Remove the fake_agent, fake_pxe and fake_inspector driversDmitry Tantsur2018-06-081-4/+2
* Completely stop using the "fake" classic driver in unit testsDmitry Tantsur2018-06-061-262/+22
* Merge "BIOS Settings: Add BIOSInterface"Zuul2018-05-101-1/+9
|\
| * BIOS Settings: Add BIOSInterfaceZenghui Shi2018-05-081-1/+9
* | Fix W504 errorsJulia Kreger2018-05-091-16/+16
|/
* Add missing noop implementations to fake-hardwareDmitry Tantsur2018-02-131-8/+8
* Only set default network interface flat if enabled in configSam Betts2018-02-061-3/+15
* Deprecate classic driversDmitry Tantsur2018-01-311-15/+26
* Automatically migrate nodes to hardware typesDmitry Tantsur2018-01-261-0/+76
* Adds rescue_interface to base driver classShivanand Tendulker2017-12-211-1/+29
* Use NamedExtensionManager for driversThomas Herve2017-12-151-6/+6
* Add missing 'autospec' to unit tests - /unit/common/Ramamani Yeleswarapu2017-10-171-2/+2
* Fix updating node.driver to classicVasyl Saienko2017-03-091-3/+163
* No node interface settings for classic driversRuby Loo2017-02-081-1/+44
* exception from driver_factory.default_interface()Ruby Loo2017-02-061-2/+39
* Register/unregister hardware interfaces for conductorsJim Rollenhagen2017-01-191-0/+27
* Expose default interface calculation from driver_factoryJim Rollenhagen2017-01-171-0/+55
* Add storage_interface to base driver classJulia Kreger2016-12-211-7/+55
* Support defining and loading hardware typesDmitry Tantsur2016-12-141-3/+169
* Make "enabled_drivers" config option more resilient to failuresLucas Alvares Gomes2016-12-071-0/+8
* Move interface validation from API to conductor sideDmitry Tantsur2016-12-011-16/+39
* Update unit tests for neutron interfaceJohn L. Villalovos2016-09-081-4/+12
* Log a warning for unsupported drivers and interfacesJim Rollenhagen2016-09-071-2/+33
* Add 'neutron' network interfaceVasyl Saienko2016-07-131-1/+1
* Add network interface to base driver classVasyl Saienko2016-07-121-0/+76
* Fix: Duplicated driver causes conductor to failLucas Alvares Gomes2016-03-241-0/+8
* Clean up driver loading in init_hostJim Rollenhagen2016-03-011-0/+16
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+64