summaryrefslogtreecommitdiff
path: root/ironic/tests/base.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Replace invalid UUIDsStephen Finucane2023-04-191-0/+5
* db: Resolve SAWarning warningsStephen Finucane2023-04-191-10/+0
* tests: Add a WarningsFixtureStephen Finucane2022-09-081-0/+81
* Enable the ramdisk deploy by defaultDmitry Tantsur2022-08-011-1/+1
* Remove workaround for Python < 3.7.4Takashi Kajinami2022-07-171-4/+0
* Write initial grub config on startupSteve Baker2021-12-101-0/+1
* All-in-one Ironic service with a local RPC busDmitry Tantsur2021-12-071-0/+3
* Bye-bye iSCSI deploy, you served us wellDmitry Tantsur2021-05-041-1/+1
* Add agent_status and agent_status_message params to heartbeatArun S A G2021-03-311-1/+1
* autospec for classmethods and staticmethods for Python < 3.7.4Thomas Goirand2020-09-241-2/+2
* Remove non-inclusive languageIury Gregory Melo Ferreira2020-07-091-1/+1
* Fix mock callable for Python 3.6 and precedentRiccardo Pittau2020-06-171-0/+20
* Remove deprecated [DEFAULT]fatal_exception_format_errorsIury Gregory Melo Ferreira2020-05-141-1/+0
* Fix pep8Iury Gregory Melo Ferreira2020-05-121-1/+1
* Make 'noop' the explicit default of default_storage_interfaceDmitry Tantsur2019-03-291-1/+4
* 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