diskimage-builder/tests
SamYaple 0c32784663 Revert "Zerofree the image if possible"
This reverts commit 5184d02a7c.

The decision was made to go with fstrim because it is faster and more
universal that zerofree. The related-id has the patchset that implements
fstrim.

Related-Id: I269b4416be450369616f9b8e030f84c30e329804
Change-Id: If40cf2fc0ecd8686768cbfeac9ecee90907674e7
2016-03-10 20:38:01 +00:00
..
elements/fake-os Add functional smoke test for disk-image-create 2015-04-24 16:37:29 +00:00
install_test_deps.sh Revert "Zerofree the image if possible" 2016-03-10 20:38:01 +00:00
README.rst Rework functional test runner 2016-02-19 13:50:09 +11:00
run_dib_library_tests.sh Rework functional test runner 2016-02-19 13:50:09 +11:00
run_functests.sh Rework functional test runner 2016-02-19 13:50:09 +11:00
run_output_format_test.sh Rework functional test runner 2016-02-19 13:50:09 +11:00

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)