Updated from OpenStack Ansible Tests

Change-Id: Ie7a34da9d5c72c2ccc17cf5cdbd5bede41a60279
This commit is contained in:
OpenStack Proposal Bot 2017-11-01 19:07:44 +00:00
parent 30ff30cc4f
commit d1fb76ee4f
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ install_pkg_deps() {
eval sudo $pkg_mgr_cmd $pkg_deps
}
# Install the host distro package dependencies
install_pkg_deps
# Clone the tests repo for access to the common test script

View File

@ -110,7 +110,7 @@ fi
# tests repo are not supported.
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
git clone -b stable/pike \
git clone -b stable/ocata \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi