summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/extensions/image.py
Commit message (Collapse)AuthorAgeFilesLines
* Split functional and py27 testsJosh Gachnang2015-08-281-260/+0
| | | | | | | | | Moved tests/extensions to tests/unit/extensions, otherwise they wouldn't have run. Renamed the files in tests/unit/extensions to be prefixed with 'test_', to match the rest of the test files. Did a general clean up of tox.ini so we have standard whitespace. Change-Id: I5615bfbf2d6ff4a4bc3e66e71c2472b0d1e3a2d7
* Do udevadm settle after running partx in image extnRamakrishnan G2015-03-231-3/+6
| | | | | | | | | This commit adds running 'udevadm settle' after running partx so that the partition table is re-read properly by lsblk which follows it. Closes-bug: 1432918 Change-Id: I1c7dddd3ed8cab175e608e09ecc4ae7f289cfc31
* Add uefi support in image extensionRamakrishnan G2015-03-171-20/+137
| | | | | | | | | This commit adds support for uefi systems in the image extension so that grub can be installed onto efi system partition for uefi machines. Implements: blueprint local-boot-support-with-partition-images Change-Id: I8fbb4b2ebdff991d41c7b618a4d654af26311a56
* Add the image extension (for local boot)Lucas Alvares Gomes2015-03-041-0/+140
Initially this extension supports installing a bootloader so the user image can boot from the local disk. Change-Id: Ia588aafc240b55119c02f1254addc0cf796f88c5