Updated from OpenStack Ansible Tests

Change-Id: Ibd26d5bffaa8b7ba7c1520e025301df8b7925a20
This commit is contained in:
OpenStack Proposal Bot
2017-10-12 20:44:13 +00:00
parent 00e881ae34
commit 3ee2c82e46

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