Updated from OpenStack Ansible Tests

Change-Id: I6a13841beaf57cc3162a1b7d2e8620a3ab7fc440
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 20:07:12 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 9e39e56f8a
commit db26966a4d
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