From f43dfbd91de4415a29660a3af8734c62d70929a3 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 19 Dec 2016 12:53:32 -0500 Subject: [PATCH] Pin tempest to unblock CI scenarios openstack/tempest/master interface breaks Trove and more services. There is an attempt to fix it here: https://review.openstack.org/#/c/412511/ Let's pin Tempest until the fix works and is merged. Change-Id: Iadf7c3164d2f16c5caa1b5d53089f35b22b7b289 --- run_tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index 861a743e7..5b6b48751 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -244,6 +244,12 @@ fi print_header 'Running Tempest' cd /tmp/openstack/tempest +# openstack/tempest/master interface breaks Trove and more services. +# There is an attempt to fix it here: +# https://review.openstack.org/#/c/412511/ +# Let's pin Tempest until the fix works and is merged. +git checkout 382a2065f3364a36c110bfcc6275a0f8f6894773 + virtualenv --system-site-packages run_tempest run_tempest/bin/pip install -U . run_tempest/bin/tempest run --whitelist_file=/tmp/openstack/tempest/test-whitelist.txt --concurrency=2 $EXCLUDES