ec88ca2c86
We make the following changes in order to support openSUSE Leap 15.0 - Updates the bindep.txt file to match the SUSE family. - The netstat binary has been moved to net-tools-deprecated package. - We fix a bug when checking the status to extra dependencies. The variable is an array, but the code was only checking the first entry of the array. - Replace spaces with '_' on ansible_distribution since openSUSE Leap 15.0 is being reported as 'openSUSE Leap' by Ansible. Change-Id: I800331e29e0d47a3121229cd66a5814277e34b84 |
||
---|---|---|
.. | ||
ansible-pip-str.py | ||
collect-test-info.sh | ||
env-setup.sh | ||
install-deps.sh | ||
README.md | ||
split_json.py | ||
test-bifrost-build-images.sh | ||
test-bifrost-inventory-dhcp.sh | ||
test-bifrost-keystone-auth.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.