ironic-python-agent/ironic_python_agent/tests/unit/extensions
Sam Betts fc2dfcee60 Attempt to read the partition table after writing an image
This patch adds code that tries to read the partition table after we've
successfully written an image to make sure the image that we wrote has a
valid partition table so we can more easily guarantee that what we've
written is bootable and not just junk. Without a valid partition table
writing a config drive will fail for whole disk images.

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: I5cfd8c433a4db3e0d2d5086250e629d16234b7a4
Story: 2001760
Task: 12159
2018-11-19 18:57:23 +01:00
..
__init__.py Split functional and py27 tests 2015-08-28 14:16:34 -07:00
test_base.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_clean.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_flow.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_image.py Merge "fall back to PARTUUID if UUID not found." 2018-08-03 15:40:51 +00:00
test_iscsi.py Update version of flake8-import-order package 2017-12-08 14:17:56 -08:00
test_log.py Have unit tests all derive from our base unit test class 2017-10-18 11:06:30 -07:00
test_rescue.py Rescue extension for CoreOS with DHCP tenant networks 2017-11-06 04:48:58 -05:00
test_standby.py Attempt to read the partition table after writing an image 2018-11-19 18:57:23 +01:00