diskimage-builder/tests
Ian Wienand a7afe652d6 Fix disk usage report
This was not well tested.  Build the argument into a variable which
can be eval()ed to produce the final output.

Add the flag so we test this during functional tests.  Add "-x" to dib
invocations so we can more easily debug failures.

Change-Id: Ifdc82627c520379b4124ccb9a4c2fe806c52c75c
2016-04-08 07:07:00 +10:00
..
elements/fake-os Add functional smoke test for disk-image-create 2015-04-24 16:37:29 +00:00
README.rst Rework functional test runner 2016-02-19 13:50:09 +11:00
install_test_deps.sh Add testing for the Gentoo element 2016-03-17 00:13:32 -05:00
run_dib_library_tests.sh Rework functional test runner 2016-02-19 13:50:09 +11:00
run_functests.sh Fix disk usage report 2016-04-08 07:07:00 +10:00
run_output_format_test.sh Rework functional test runner 2016-02-19 13:50:09 +11: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)