diskimage-builder/tests
Gregory Haynes edc06a20e5 Install docker for tests
We have some test cases which attempt to build docker images, therefore
we need docker.

Fix a few bugs that showed up when we run docker tests - we need to
docker rm with sudo and docker images don't always have a /tmp so check
before unmounting it.

Change-Id: I147d0ef3f2ea83f35bac568214573a6bde0b1967
2016-05-13 17:07:16 +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 Install docker for tests 2016-05-13 17:07:16 +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 Fix disk usage report 2016-04-08 07:07:00 +10:00
run_output_format_test.sh Install docker for tests 2016-05-13 17:07:16 +00: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)