summaryrefslogtreecommitdiff
path: root/ironic/tests/drivers/test_deploy_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix mocks not being stopped as intended"Jenkins2015-04-081-10/+15
|\
| * Fix mocks not being stopped as intendedJohn L. Villalovos2015-04-071-10/+15
* | boot_mode is overwritten in node propertiesShivanand Tendulker2015-04-071-0/+21
|/
* Fix cleaning nitsJosh Gachnang2015-03-311-35/+25
* pxe partition image deploy fails in UEFI boot modeShivanand Tendulker2015-03-231-3/+3
* Fixed nits for secure boot support for iLO DriversShivanand Tendulker2015-03-221-1/+1
* Changes for secure boot support for iLO driversShivanand Tendulker2015-03-191-0/+12
* Implement cleaning/zapping for the agent driverJosh Gachnang2015-03-191-0/+124
* Add uefi support for agent iscsi deployRamakrishnan G2015-03-171-31/+43
* IPA: Add support for root device hintsLucas Alvares Gomes2015-03-161-1/+34
* Add localboot support for uefi boot modeRamakrishnan G2015-03-131-51/+146
* Adds support for deploying whole disk imagesSirushti Murugesan2015-03-121-87/+275
* Refactor agent iscsi deploy out of pxe driverRamakrishnan G2015-03-091-0/+59
* Use mock instead of fixtures when appropriateVladyslav Drok2015-02-271-9/+2
* Root partition should be bootable for localbootRamakrishnan G2015-02-251-27/+67
* Use functions from oslo.utilsVictor Sergeyev2015-02-231-1/+2
* Mock sleep function for OtherFunctionTestCaseJohn L. Villalovos2015-02-201-0/+1
* add retry logic to is_block_device functionChris Krelle2015-02-181-0/+18
* Merge "Add support for local boot"Jenkins2015-02-131-0/+24
|\
| * Add support for local bootLucas Alvares Gomes2015-02-091-0/+24
* | Merge "Fix argument value for work_on_disk() in unit test"Jenkins2015-02-091-4/+4
|\ \ | |/ |/|
| * Fix argument value for work_on_disk() in unit testWei Du2015-02-051-4/+4
* | Merge "improve iSCSI connection check"Jenkins2015-02-071-0/+27
|\ \
| * | improve iSCSI connection checkChris Krelle2015-02-051-0/+27
| |/
* | Merge "Refactor ilo.deploy._get_single_nic_with_vif_port_id()"Jenkins2015-02-051-0/+24
|\ \
| * | Refactor ilo.deploy._get_single_nic_with_vif_port_id()Naohiro Tamura2015-02-041-0/+24
| |/
* | Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
|/
* Fix typos in commit I68c9f9f86f5f113bb111c0f4fd83216ae0659d36Chris Krelle2015-01-291-1/+1
* Actively check iSCSI connection after loginChris Krelle2015-01-291-0/+56
* PXE: Add configdrive supportLucas Alvares Gomes2015-01-151-6/+170
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-101-1/+1
* Convert qcow2 image to raw format when deployyunhong jiang2014-11-141-11/+36
* Change the force_raw_image config usageyunhong jiang2014-10-281-15/+22
* Switch to oslo.concurrencyDerek Higgins2014-10-281-1/+1
* Enable H305 PEP8 checkDavid Shrewsbury2014-10-131-2/+2
* Add UEFI based deployment support in IronicFaizan Barmawer2014-09-031-4/+49
* Take iSCSI deploy out of pxe driverRamakrishnan G2014-08-221-41/+59
* Reduce running time of test_different_sizesYuriy Zveryanskyy2014-08-111-4/+1
* Add iPXE support for IronicLucas Alvares Gomes2014-08-081-7/+57
* Fix workaround for the "device is busy" problemImre Farkas2014-07-031-15/+20
* Add some real-world testing on DiskPartitionerDmitry Tantsur2014-06-231-0/+78
* Wipe any metadata from a nodes diskChris Krelle2014-06-101-16/+93
* Rework make_partitions logic when preserve_ephemeral is setChris Krelle2014-06-101-7/+14
* Place root partition last so that it can always be expandedLucas Alvares Gomes2014-05-061-4/+4
* Stop creating a swap partition when none was specifiedLucas Alvares Gomes2014-05-061-2/+66
* Use DiskPartitionerLucas Alvares Gomes2014-04-171-5/+6
* Replace sfdisk with partedLucas Alvares Gomes2014-04-101-0/+36
* Fix params order in assertEqualyangxurong2014-03-041-5/+5
* Merge "Support preserve_ephemeral"Jenkins2014-02-281-5/+63
|\
| * Support preserve_ephemeralLucas Alvares Gomes2014-02-281-5/+63