bifrost/scripts
Markos Chandras 7fb32dd599 Fix unbound variable error in scripts/collect-test-info.sh
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
2016-09-07 16:33:44 +01:00
..
README.md Unify testing scripts 2016-06-01 10:42:28 -07:00
collect-test-info.sh Fix unbound variable error in scripts/collect-test-info.sh 2016-09-07 16:33:44 +01:00
env-setup.sh Install the net-tools package in scripts/env-setup.sh 2016-08-24 17:26:51 +03:00
test-bifrost-build-images.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost-inventory-dhcp.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost-venv.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost.sh Split --syntax-check and --list-tasks steps in test-bifrost.sh 2016-08-22 11:41:36 +03:00

README.md

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.