diskimage-builder/tests
Ian Wienand 649f0b66d9 Start at using CI mirrors for fedora/centos
fedora/centos-minimal don't obey DIB_DISTRIBUTION_MIRROR currently.  I
don't really want them too -- we want to be able to separate the
mirrors used during the build process from those embedded into the
final image.  Add DIB_YUM_MINIMAL_BOOTSTRAP_REPOS which is a directory
with repo files to use during the install.

This introduces setup-gate-mirrors.sh which is intended to setup
repo/sources/whatever files in the openstack gate that point to the
local region mirror.  It pulls the info from the mirror_info.sh script
on each CI node.

The openstack-ci-mirrors element is updated to export these variables.
elements are updated to depend on it.  Tests are restored

Change-Id: I7604fc4d41cb1483be16b8d628a24e8fc764f515
2017-06-21 12:02:27 +10: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 Adjust package installation for openSUSE 2017-05-31 14:35:34 +02:00
run_dib_library_tests.sh Ignore missing path in unmount_dir 2017-04-06 10:08:13 -04:00
run_functests.sh Start at using CI mirrors for fedora/centos 2017-06-21 12:02:27 +10:00
run_output_format_test.sh Remove use of 'which'. 2017-05-19 12:43:36 -07: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)