summaryrefslogtreecommitdiff
path: root/ironic/tests/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-021-2/+0
* Completely stop using the "fake" classic driver in unit testsDmitry Tantsur2018-06-061-4/+20
* Remove excessive usage of mock_the_extension_manager in unit tests - part 2Dmitry Tantsur2018-05-241-0/+7
* Resolve pep8 E402 errors and no longer ignore E402John L. Villalovos2018-04-101-3/+2
* Merge "Fix issue with double mocking of utils.execute functions"Zuul2018-03-071-16/+46
|\
| * Fix issue with double mocking of utils.execute functionsJohn L. Villalovos2018-02-231-16/+46
* | tox.ini: flake8: Remove I202 from ignore listJohn L. Villalovos2018-02-261-1/+1
|/
* Add rescue related methods to network interfaceShivanand Tendulker2018-01-221-0/+2
* Remove unused IronicObjectIndirectionAPI from ironic-apiRuby Loo2017-11-021-1/+0
* Use oslotest for base test casePavlo Shchelokovskyy2017-10-051-23/+3
* Prevent tests from using utils.execute()John L. Villalovos2017-05-171-0/+24
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-051-1/+0
* Start enforcing config variables type in testsDmitry Tantsur2017-04-241-0/+1
* Support defining and loading hardware typesDmitry Tantsur2016-12-141-3/+8
* Support names for {cleaning,provisioning}_networkDmitry Tantsur2016-12-021-2/+2
* Move interface validation from API to conductor sideDmitry Tantsur2016-12-011-1/+7
* Add power state change notificationsMario Villaplana2016-10-171-0/+17
* Add notification base classes and docsMario Villaplana2016-08-231-0/+6
* Centralize config options - [DEFAULT]Ramamani Yeleswarapu2016-07-151-4/+1
* Add 'neutron' network interfaceVasyl Saienko2016-07-131-1/+3
* Add network interface to base driver classVasyl Saienko2016-07-121-0/+5
* Remove unnecessary calls to dict.keys()Edan David2016-06-271-1/+1
* Remove verbose optionJim Rollenhagen2016-05-171-1/+1
* Adopt Ironic's own contextLin Tan2016-04-011-1/+1
* Import host option in base test moduleYuriy Zveryanskyy2016-02-221-0/+1
* Use oslo_config.fixture in unit testsPavlo Shchelokovskyy2016-02-151-9/+21
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-0/+147
* Prepare for functional testingJohn L. Villalovos2015-09-281-147/+0
* Replace metaclass registry with explicit opt-in registry from osloLin Tan2015-09-161-2/+3
* Reset tempdir config option after NestedTempfile fixture appliedVladyslav Drok2015-08-281-0/+2
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-1/+1
* Run tests in py34 environmentVictor Sergeyev2015-05-061-1/+1
* Use oslo_log libGhe Rivero2015-05-051-2/+3
* Use oslo_context packageGhe Rivero2015-03-121-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Enable H307 PEP8 checkDavid Shrewsbury2014-10-131-5/+3
* Move database fixture to a separate test caseVladyslav Drok2014-10-081-74/+2
* Add HashRingManager to wrap hash ring singletonGregory Haynes2014-09-291-0/+2
* Use oslo.db libraryVictor Sergeyev2014-07-171-5/+0
* Merge "Sync common db code from Oslo"Jenkins2014-03-061-7/+8
|\
| * Sync common db code from OsloVictor Sergeyev2014-02-261-7/+8
* | Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
|/
* Merge "Improve help strings"Jenkins2014-02-251-1/+1
|\
| * Improve help stringsAndreas Jaeger2014-02-211-1/+1
* | Merge "Removes use of timeutils.set_time_override"Jenkins2014-02-251-10/+0
|\ \ | |/ |/|
| * Removes use of timeutils.set_time_overrideMikhail Durnosvistov2014-02-131-10/+0
* | alembic with initial migration and testsDima Shulyak2014-01-271-5/+14
|/
* Removes stubs from unit testslinggao2013-10-161-4/+0
* Use fixture from OsloYuriy Zveryanskyy2013-07-301-18/+2
* Import serialization and nesting from Nova ObjectsDevananda van der Veen2013-07-181-0/+13