Updated from OpenStack Ansible Tests

Change-Id: I5f099270e8205d360445a888996da422a8485798
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 20:04:42 +00:00
parent 89f5252a9e
commit 6397c60348
1 changed files with 1 additions and 1 deletions

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/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi