summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/modules/test_agent_client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Mock objects as specsRiccardo Pittau2021-12-151-26/+31
* Retry stdlib ssl.SSLErrorDmitry Tantsur2021-08-051-5/+7
* Fix handling driver_info[agent_verify_ca] == FalseDmitry Tantsur2021-06-231-0/+22
* Fix deployment when executing a command fails after the command startsDmitry Tantsur2021-05-071-0/+117
* Bye-bye iSCSI deploy, you served us wellDmitry Tantsur2021-05-041-40/+0
* Clean up deprecated features of the agent deployDmitry Tantsur2021-05-031-43/+2
* Replace retrying with tenacityBoden R2021-02-151-14/+4
* Handle agent still doing the prior commandJulia Kreger2020-10-291-0/+45
* Expose agent_verify_ca in configuration and correctly handle booleansDmitry Tantsur2020-09-231-3/+63
* Accept and use a TLS certificate from the agentDmitry Tantsur2020-09-091-0/+22
* Remove token-less agent supportJulia Kreger2020-09-041-28/+0
* Handle an older agent with agent_tokenJulia Kreger2020-08-111-1/+66
* agent_client: support custom TLS certificatesDmitry Tantsur2020-08-061-12/+63
* Allow disabling retries in AgentClient.get_command_statusesDmitry Tantsur2020-07-171-11/+23
* agent: poll long-running commands till completionDmitry Tantsur2020-06-191-22/+75
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Fix agent_client handling of embedded errorsJulia Kreger2020-04-241-0/+21
* Merge "Use trailing slash in the agent command URL"Zuul2020-04-151-1/+2
|\
| * Use trailing slash in the agent command URLDmitry Tantsur2020-04-151-1/+2
* | Software RAID: Pass the boot mode to the IPARaphael Glon2020-04-071-3/+4
|/
* Extend install_bootloader command timeoutJulia Kreger2020-03-301-1/+2
* Merge "Retry agent get_command_status upon failures"Zuul2020-03-271-0/+11
|\
| * Retry agent get_command_status upon failuresJulia Kreger2020-03-261-0/+11
* | Hash the rescue_passwordJulia Kreger2020-03-241-1/+33
|/
* Send our token back to the agentJulia Kreger2020-03-091-0/+22
* Stop using six libraryRiccardo Pittau2019-12-231-3/+2
* Add timeout when querying agent's command statusesVladyslav Drok2019-11-261-0/+10
* Follow-up Retries and timeout for IPA commandIury Gregory Melo Ferreira2018-12-051-62/+77
* Retries and timeout for IPA commandIury Gregory Melo Ferreira2018-11-271-3/+68
* Merge "Pass prep_boot_part_uuid to install_bootloader for ppc64* partition im...Zuul2018-08-011-5/+15
|\
| * Pass prep_boot_part_uuid to install_bootloader for ppc64* partition imagesMichael Turek2018-07-311-5/+15
* | Follow-up patch for 7c5a04c1149f14900f504f32e000a7b4e69e661fShivanand Tendulker2018-07-261-3/+3
|/
* Fix for failure in cleaningShivanand Tendulker2018-07-241-0/+18
* Do not pass credentials to the ramdisk on cleaningDmitry Tantsur2018-02-071-3/+4
* Agent rescue implementationShivanand Tendulker2018-01-251-0/+19
* Fail deploy if agent returns >= 400Jim Rollenhagen2017-11-091-3/+21
* Remove iSCSI deploy support for IPA MitakaRuby Loo2017-02-011-83/+19
* Fix test in test_agent_client.pyRuby Loo2016-06-201-2/+3
* Replace dict.get(key) in drivers unit testsRuby Loo2016-06-201-2/+1
* Gracefully degrade start_iscsi_target for Mitaka ramdiskVladyslav Drok2016-06-081-6/+95
* Remove backward compatibility code for agent urlYuriy Zveryanskyy2016-05-271-2/+0
* iscsi: wipe the disk before deploymentGonéri Le Bouder2016-04-221-1/+1
* add new portal_port option for iscsi moduleHaomeng, Wang2016-04-131-2/+3
* Agent: Out-of-band power off on deployLucas Alvares Gomes2016-03-221-0/+6
* Translate requests exception to IronicExceptionLucas Alvares Gomes2016-03-181-0/+17
* Remove unneeded 'wait=False' to be more clean and consistentZhenguo Niu2016-03-151-1/+1
* Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2015-12-061-1/+2
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Move unit tests to correct directoryJohn L. Villalovos2015-09-301-0/+220