From 1a5f2becfc259911febef0a178bc921a67e2ebea Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 23 Aug 2017 20:38:01 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I53db42c2fd8e49566c6608f9069d5390b833e75c --- run_tests.sh | 2 +- tests/tests-repo-clone.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index e8f6f3a..59fa4ed 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -56,7 +56,7 @@ git_clone_repo() { if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common else - git clone \ + git clone -b stable/pike \ https://git.openstack.org/openstack/openstack-ansible-tests \ tests/common fi diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 9c793c5..c05adb5 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -78,7 +78,7 @@ elif [[ ! -d tests/common ]]; then if [[ "$(basename ${WORKING_DIR})" == "openstack-ansible-tests" ]]; then ln -s ${WORKING_DIR} ${WORKING_DIR}/tests/common else - git clone \ + git clone -b stable/pike \ https://git.openstack.org/openstack/openstack-ansible-tests \ ${WORKING_DIR}/tests/common fi @@ -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