Updated from OpenStack Ansible Tests

Change-Id: I9047fa6beb8913ccc54a6f5e8aa80c267d7bc792
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 20:04:37 +00:00
parent f1f9de8391
commit 8627e17d28

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