From d1fb76ee4f6417cf1bb965c26c9f31d7ffb719f2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 1 Nov 2017 19:07:44 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ie7a34da9d5c72c2ccc17cf5cdbd5bede41a60279 --- run_tests.sh | 1 + tests/tests-repo-clone.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 58411f9d..d9dacfb8 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -49,6 +49,7 @@ install_pkg_deps() { eval sudo $pkg_mgr_cmd $pkg_deps } +# Install the host distro package dependencies install_pkg_deps # Clone the tests repo for access to the common test script diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index edf5c82d..70eaf0f4 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -110,7 +110,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/pike \ + git clone -b stable/ocata \ https://git.openstack.org/openstack/openstack-ansible-tests \ ${WORKING_DIR}/tests/common/previous fi