bump tempest to recent commit

See whole context:
https://review.openstack.org/322608

Until the patch is merged in Ironic, let's bump Tempest so our CI keeps
rolling.

Change-Id: I13baf13d5b77263a96699b11f38c9257aec67a67
This commit is contained in:
Emilien Macchi 2016-05-29 22:04:32 -04:00
parent 5881d38bb0
commit 58557a76ee

View File

@ -207,6 +207,11 @@ TESTS="${TESTS} TestManageQueue"
print_header 'Running Tempest'
cd /tmp/openstack/tempest
# TODO(emilien): remove pin when https://review.openstack.org/322608
# is merged and RDO bumped.
git checkout b02fa114b8bf0bc5d7b477ad887cf570ea55c1bb
tox -eall-plugin -- --concurrency=2 $TESTS
RESULT=$?
set -e