Updated from OpenStack Ansible Tests

Change-Id: I8cda0f3bf52b0b56a8980cd540fd342395b999c7
This commit is contained in:
OpenStack Proposal Bot 2017-10-13 14:48:28 +00:00
parent 958ffd2fcf
commit 30cdfe6b24

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