Updated from OpenStack Ansible Tests

Change-Id: Ia79345e63529743c7cc99146106d7efdbaac1939
This commit is contained in:
OpenStack Proposal Bot 2017-10-12 20:44:40 +00:00
parent a60a997482
commit cd6490eaa9

View File

@ -92,7 +92,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/ocata \
git clone -b stable/pike \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi