Updated from OpenStack Ansible Tests

Change-Id: I498c9aeb76753c403597ba47aee637fc2b05848b
This commit is contained in:
OpenStack Proposal Bot
2018-09-13 11:11:00 +00:00
parent 6cd34a7b69
commit 8acd724441

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