From 30cdfe6b24f56532df6771456d27d20c0de71ebb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 13 Oct 2017 14:48:28 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I8cda0f3bf52b0b56a8980cd540fd342395b999c7 --- 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