
Change ec7f56c1b2d8aa385751f02a3fa82e5a13d20b9d add added unit tests in diskimage_builder/tests/functional (this is probably misnamed). These are found and run by testr just as part of the normal "setup.py test" run. Don't run them as part of the functional tests (this breaks "-h"/"-l" because it installs a virtualenv and runs tests, and also is incorrect in the gate where it's creating a nested virtualenv underneath the testing virtualenv). Change-Id: I9908e080042d3026a198ba89eb653c6eff376d22
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)