diskimage-builder/tests
Ian Wienand 55b479b54f GPT partitioning support
This adds support for a GPT label type to the partitioning code.  This
is relatively straight-forward translation of the partition config
into a sgparted command-line and subsequent call.

A unit test is added based on a working GPT/EFI configuration and the
fedora-minimal functional test is updated to build a single-partition
GPT based using the new block-device-gpt override element.  See notes
in the sample configuration files about partition requirements and
types.

Documentation has been updated.

Co-Authored-By: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Change-Id: I6b819a8071389e7e4eb4874ff7750bd192695ff2
2018-02-23 10:04:26 +11:00
..
elements/fake-os tests/elements/fake-os: add '/tmp' as top level dir 2016-05-13 11:17:42 +10:00
README.rst Rework functional test runner 2016-02-19 13:50:09 +11:00
install_test_deps.sh GPT partitioning support 2018-02-23 10:04:26 +11:00
run_dib_library_tests.sh Ignore missing path in unmount_dir 2017-04-06 10:08:13 -04:00
run_functests.sh Merge "Add timestamp output filter" 2017-10-09 15:56:31 +00:00
run_output_format_test.sh Remove use of 'which'. 2017-05-19 12:43:36 -07:00

README.rst

DIB Testing

There are several interfaces for testing various parts of DIB

  • run_dib_library_tests.sh : run unit-tests for internal

    diskimage-builder library functions

  • run_functests.sh : run functional testing provided by elements
  • run_output_format_test.sh : run a test of image conversion

    (requires docker)