summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "[iRMC] Add SNMPv3 authentication functionality"Zuul2022-07-221-0/+15
|\
| * [iRMC] Add SNMPv3 authentication functionalityShukun Song2022-07-151-0/+15
* | [Minor] Fix misspellings of "insufficient"Sam Zuk2022-06-141-11/+11
|/
* Remove extra/vif_port_idJulia Kreger2021-03-221-10/+0
* Set default to prevent out of memory conditionsJulia Kreger2021-01-291-2/+13
* Guard conductor from consuming all of the ramJulia Kreger2021-01-291-0/+45
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Do not autoescape all Jinja2 templatesPavlo Shchelokovskyy2020-04-021-0/+9
* Reuse checksum calculation from osloKaifeng Wang2018-09-181-54/+5
* Add conductor_group field to config, node and conductor objectsJim Rollenhagen2018-07-181-0/+21
* Fix W504 errorsJulia Kreger2018-05-091-8/+8
* Use more granular mocking in test_utilsDmitry Tantsur2018-03-121-12/+16
* Simplify the logic of validate_network_portChangBo Guo(gcb)2017-11-021-5/+5
* Add missing 'autospec' to unit tests - /unit/common/Ramamani Yeleswarapu2017-10-171-1/+1
* Fixes hashing issues for py3.5Nisha Agarwal2017-07-261-0/+18
* Remove unit tests that test oslo_concurrency.processutils.executeJohn L. Villalovos2017-05-171-91/+0
* Fix file_has_content function for Py3Pavlo Shchelokovskyy2017-03-171-2/+4
* Use context manager for better file handlingCuong Nguyen2017-01-231-9/+6
* Add Virtual Network Interface REST APIsSam Betts2017-01-111-0/+10
* Convert iPXE boot script to Jinja templatePavlo Shchelokovskyy2016-11-211-0/+40
* Use function is_valid_mac from oslo.utilsChangBo Guo(gcb)2016-11-171-13/+5
* Remove unused methods in common/utils.pyChangBo Guo(gcb)2016-10-041-116/+0
* Remove unused method is_valid_ipv6_cidrChangBo Guo(gcb)2016-09-261-11/+0
* Add multitenancy-related fields to port API objectLaura Moore2016-07-131-0/+17
* Replace assertRaisesRegexp with assertRaisesRegexMoshe Levi2016-06-211-13/+13
* Augmenting the hashing strategyDebayan Ray2016-02-121-5/+61
* Clean up 'no_proxy' unit testsJohn L. Villalovos2016-01-191-31/+41
* Add more unit tests for NO_PROXY validationVladyslav Drok2016-01-191-2/+7
* Use ironic-lib's util methodsRuby Loo2016-01-041-74/+0
* Add utility function to validate NO_PROXYVladyslav Drok2015-12-141-0/+28
* Validate all tcp/udp port numbersZhenguo Niu2015-11-191-10/+14
* Validate console port number in a valid rangeZhenguo Niu2015-11-101-0/+17
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+687