From 1f507f80f147d39048b6249d888781ab4c44833b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 11 Sep 2015 10:07:01 -0400 Subject: [PATCH] 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 --- run_tests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 71845e03a..d70370a9e 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -102,7 +102,4 @@ if uses_debs; then fi # 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 -# 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 +cd /tmp/openstack/tempest; tox -eall -- smoke