9d8e8de589
We previously had four separate test scripts to control basic tests, tests where bifrost and its dependencies install into a virtual environment, tests where bifrost builds a deployment image, and tests where bifrost uses DHCP. This resulted in the scripts getting out of sync with one another as changes were made. In order to increase consistency in testing and improve maintainability, consolidate the three scripts into test-bifrost.sh, add symlinks where the other scripts were, and update the documentation. Change-Id: Ic005960d00a145fc7b28ed423fb8f92e41d7ef0b
569 B
569 B
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.