From 62de30c08cf03cd4241602868086ae9bcb6ce095 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 1 Dec 2016 10:21:15 -0700 Subject: [PATCH] Remove tempest pin for UCA This is a partial revert of the pin we implemented as part of I2330faf700230fe40119169347ad72f8332d0821 to be able to promote the RDO packages. Change-Id: Id19998448591e9e3fb997602ec95a51cb2070889 --- run_tests.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 3fb2c6982..45cffa768 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -225,20 +225,17 @@ echo "TestEncryptedCinderVolumes" >> /tmp/openstack/tempest/test-whitelist.txt if uses_debs; then # TODO(aschultz): check this after ocata-m2 is published for UCA - # this will disable the lbaas listeners tests for ubuntu only due to flakey + # 1) this will disable the lbaas listeners tests for ubuntu only due to flakey # failures - EXCLUDES="--regex=^(?!neutron_lbaas.tests.tempest.v2.api.test_listeners_.*admin.ListenersTestJSON.*$).*" + # 2) this will disable ceilometer's test_check_glance_v1_notifications until + # https://review.openstack.org/#/c/389848/ is packaged in UCA/Ocata + EXCLUDES="--regex=^(?!neutron_lbaas.tests.tempest.v2.api.test_listeners_.*admin.ListenersTestJSON.*$)(?!ceilometer.tests.tempest.api.test_telemetry_notification_api.TelemetryNotificationAPITest.test_check_glance_v1_notifications.*$).*" else EXCLUDES="" fi print_header 'Running Tempest' cd /tmp/openstack/tempest -# Until https://review.openstack.org/#/c/389848/ is packaged in UCA/Ocata -if uses_debs; then - git checkout 2866e9fdacbeac5fe98f9e1af78b239de753ce4e -fi - 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