Updated from OpenStack Ansible Tests

Change-Id: I53db42c2fd8e49566c6608f9069d5390b833e75c
This commit is contained in:
OpenStack Proposal Bot
2017-08-23 20:38:01 +00:00
parent d69c9429f0
commit 1a5f2becfc
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ git_clone_repo() {
if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then
ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common
else
git clone \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
tests/common
fi

View File

@@ -78,7 +78,7 @@ elif [[ ! -d tests/common ]]; then
if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then
ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common
else
git clone \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common
fi
@@ -92,7 +92,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/ocata \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi