7fb32dd599
The scripts/collect-test-info.sh script is executed with '-u' which means that unset variables will trigger an error like the following one: scripts/collect-test-info.sh: line 16: TEST_VM_NODE_NAMES: unbound variable We handle this case by simply setting an alternative value when the variable is set in order to treat the unset variable gracefully. Change-Id: Ic4b450fe8654568e30eacb00aeff128d675ed616 |
||
---|---|---|
.. | ||
collect-test-info.sh | ||
env-setup.sh | ||
README.md | ||
test-bifrost-build-images.sh | ||
test-bifrost-inventory-dhcp.sh | ||
test-bifrost-venv.sh | ||
test-bifrost.sh |
Scripts
This directory contains several scripts used in the OpenStack CI environment for CI testing of Bifrost, or CI testing that uses Bifrost to test other projects.
The env-setup.sh script is often used to install initial dependencies. These are generally not intended for use outside of the OpenStack CI environment (or similar).
test-bifrost-build-image.sh, test-bifrost-venv.sh, and test-bifrost-inventory-dhcp.sh are symlinks to test-bifrost.sh intended to provide backwards compatibility now that all functionality has been moved to test-bifrost.sh.