summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/modules/test_snmp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix auth_protocol and priv_protocol for SNMP v3Duc Truong2023-03-011-0/+35
* Fix snmp driver sleep call countJulia Kreger2022-10-141-2/+2
* Cleanup submitted SNMP driver code for additional PDUsAlexander Lingo2022-09-091-0/+80
* Modify test code to avoid CONF modification affectionVanou Ishii2022-08-091-1/+1
* add snmp power action delayChris Krelle2021-10-061-2/+8
* Enforce autospec in test_snmpRiccardo Pittau2020-06-051-5/+6
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Mock out the correct greenthread sleep methodVladyslav Drok2019-11-201-13/+13
* Fix `snmp` unit testIlya Etingof2019-11-071-1/+2
* snmp: Keep get_next method backward-compatibleHironori Shiina2018-07-241-2/+2
* Merge "Migrate ironic `snmp` driver to the latest pysnmp API"Zuul2018-07-161-83/+91
|\
| * Migrate ironic `snmp` driver to the latest pysnmp APIIlya Etingof2018-07-161-83/+91
* | Caching of PDU autodiscoverysrobert2018-07-161-2/+52
|/
* Merge "Add read&write SNMP community names to `snmp` driver"Zuul2018-07-051-8/+60
|\
| * Add read&write SNMP community names to `snmp` driverIlya Etingof2018-07-051-8/+60
* | Add BayTech MRP27 snmp driver typeIlya Etingof2018-06-281-0/+28
|/
* Add snmp driver auto discoveryPhilippe Godin2018-06-271-0/+137
* Merge "SNMPv3 security features added to the `snmp` driver"Zuul2018-06-191-8/+159
|\
| * SNMPv3 security features added to the `snmp` driverIlya Etingof2018-05-251-8/+159
* | Remove the fake_ipmitool, fake_ipmitool_socat and fake_snmp driversDmitry Tantsur2018-06-121-3/+5
|/
* Remove excessive usage of mock_the_extension_manager in unit tests - part 1Dmitry Tantsur2018-05-151-2/+1
* Fix W504 errorsJulia Kreger2018-05-091-4/+4
* Fix handling of 'timeout' parameter to power methodsRuby Loo2018-02-061-5/+28
* Redundant alias in import statementLuong Anh Tuan2018-01-261-1/+1
* Make SNMP UDP transport settings configurableFĂ©lix Bouliane2017-08-181-2/+26
* Validate outlet index in SNMP driverYuriy Zveryanskyy2017-04-281-1/+10
* Update hacking test-requirementJohn L. Villalovos2016-08-231-4/+0
* Merge "Replace dict.get(key) in drivers unit tests"Jenkins2016-06-211-27/+25
|\
| * Replace dict.get(key) in drivers unit testsRuby Loo2016-06-201-27/+25
* | Use assertIn and assertNotInEdan David2016-06-161-1/+1
|/
* Add hardware inspection module for iRMC driverNaohiro Tamura2016-02-121-0/+38
* Rename utils.py to mgr_utils.py to avoid namespace collisionJohn L. Villalovos2015-10-231-1/+1
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Add reboot_delay option to snmp driverYuriy Zveryanskyy2015-10-161-0/+19
* Move unit tests to correct directoryJohn L. Villalovos2015-09-301-0/+1263