Updated from OpenStack Ansible Tests

Change-Id: I5aa1bba4686b6415ec74e2ee66e3326b762da2a4
This commit is contained in:
OpenStack Proposal Bot 2018-09-13 11:12:25 +00:00
parent 06db6d6b54
commit 45223561f0
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/newton \
git clone -b newton-eol \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi