From 6ef68152d38e7474e514c3eb8bbaa4b553c05faf Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 11 Mar 2019 23:03:59 +0000 Subject: [PATCH] Revert "Pin tempest to good hash when installed from source" This reverts commit 87edbad6d0c16081dfc62941d80aea1e5fb214ff. Change-Id: I7673f1f7e972072ae21f7c34050debfbec8a9a13 --- run_tests.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index acc2b5eba..d1cd3d57c 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -30,12 +30,7 @@ export PUPPET_ARGS="${PUPPET_ARGS} --detailed-exitcodes --color=false --test --s export DISTRO=$(lsb_release -c -s) # If openstack/tempest is broken on master, we can pin the repository to a specific commit # by using the following line: -if uses_debs; then - # Pin tempest until https://review.opendev.org/#/c/605851/ is included in ubuntu's keystone package - export TEMPEST_VERSION=${TEMPEST_VERSION:-'a7c4c14493d9c20fb89daa5e094d6396a6cbe80d'} -else - export TEMPEST_VERSION=${TEMPEST_VERSION:-'master'} -fi +export TEMPEST_VERSION=${TEMPEST_VERSION:-'master'} # For installing Tempest from RPM keep TEMPEST_FROM_SOURCE to false # In Ubuntu, Tempest packages are not maintained so installing from source if [ $(lsb_release --id -s) = "Ubuntu" ]; then