run_tests: stop pinning tempest repo

We had a workaround due to a new test in
tempest/api/identity/v3/test_projects.py* that used to fail.

This patch aims to drop the pin and come back to master.

* test_list_projects_returns_only_authorized_project

Change-Id: I1ac60e9a5fe8757c7a28b6672df1def3ae6549f8
This commit is contained in:
Emilien Macchi 2015-09-11 10:07:01 -04:00
parent e22028730f
commit 1f507f80f1

View File

@ -102,7 +102,4 @@ if uses_debs; then
fi fi
# run a scenario that validates Keystone, Nova, Glance and Neutron # run a scenario that validates Keystone, Nova, Glance and Neutron
# TODO(emilien) the checkout thing is temporary, while test_list_projects_returns_only_authorized_projects is cd /tmp/openstack/tempest; tox -eall -- smoke
# failing for us we checkout the most recent commit without this test.
# https://bugs.launchpad.net/tempest/+bug/1492419
cd /tmp/openstack/tempest; git checkout b6369eaa58f2c9ce334863cb3ba54c5656cf64c4; tox -eall -- smoke