pin tempest to a recent commit id that used to work
Ceilometer tempest plugin is broken since:
e4796f8de4
Until we fix Ceilometer, we need to pin Tempest otherwise our gate is
broken.
Change-Id: I8eb0a3e2b27011c3d791c03fa02dcafb4fab081f
This commit is contained in:
parent
aa580d7c29
commit
527f0e1bce
@ -206,6 +206,11 @@ TESTS="${TESTS} TestManageQueue"
|
||||
|
||||
print_header 'Running Tempest'
|
||||
cd /tmp/openstack/tempest
|
||||
|
||||
# ceilometer plugin is broken because of:
|
||||
# https://github.com/openstack/tempest/commit/e4796f8de446aaaafa83902d1fb2d613331436cf
|
||||
git checkout 7732fb08d5ed524ee37935ef2b5b1fcd185c798f
|
||||
|
||||
tox -eall-plugin -- --concurrency=2 $TESTS
|
||||
RESULT=$?
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user