From 55ea1deb6445d0a093c09e6fe95fdecd89e9a5c2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 12 Oct 2017 20:44:03 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I32a5ef5580621ab147c25656da98f2b7cdb05e43 --- 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