Updated from OpenStack Ansible Tests

Change-Id: Ieeb5c8e01923bf52a4ec5acc3176f77d2ecfb981
This commit is contained in:
OpenStack Proposal Bot 2017-10-12 20:44:51 +00:00
parent 09c89a995f
commit 16d73ad3c4
1 changed files with 1 additions and 1 deletions

View File

@ -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