From 1e0f36cf8aceb77c857f4b7b4d8a638218c75e30 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 12 Oct 2017 20:43:42 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I1f9f165de0e11290b97c48e78dd42051c0251a6c --- tests/tests-repo-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 9c793c5..39efbb1 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -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