bce29e5c22
I747c2b8754effbc6ec82af3bf7543fd9599a6c14 removed the centos-openstack-octata repos from the base image. We were previously getting debootstrap from there, so this broke the centos-7 based jobs. Enable EPEL for the install so we use that version of debootstrap. Additionally we noticed that dpkg wasn't installed on the build host either, but is actually required (calls were silently failing ... a problem for another day). Add this. Change-Id: I1e9db5130a05a004c3c877d1444d7097023c06e2 |
||
---|---|---|
.. | ||
elements/fake-os | ||
install_test_deps.sh | ||
README.rst | ||
run_dib_library_tests.sh | ||
run_functests.sh | ||
run_output_format_test.sh |
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)