diskimage-builder/tests
Ian Wienand 0ceb138d87 Don't set base element path in run_functests.sh
DIB automatically includes it's base elements in the ELEMENT_PATH;
this double-set means the base elements are in the path twice, leading
to some tools that walk the element list (package-installs-squash, for
example) to do things twice.

Change-Id: Icf631427601cfd2abed436711cedb9e002fff8f9
2017-01-18 19:26:28 +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 Add tests for building *-minimal images 2016-08-22 16:53:32 +00:00
run_dib_library_tests.sh Rework functional test runner 2016-02-19 13:50:09 +11:00
run_functests.sh Don't set base element path in run_functests.sh 2017-01-18 19:26:28 +11:00
run_output_format_test.sh Add squashfs output image format 2016-12-19 07:21:39 +00: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)