From 97ea1dc34945ca630ec23b2bf61ccdbb70ca9a3b Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 19 Jan 2017 10:04:16 -0700 Subject: [PATCH] Update ubuntu excludes for ocata-m2 Since ocata-m2 has been published in proposed for UCA, let's see what tests still fail. Depends-On: I272c03f19d7182c4a731a1ef0fcbc2b9c6ca0b97 Change-Id: I4c8e102dea02e931abdc708f6ad2c508765a4c5b --- run_tests.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 160e4d0f0..1f61999e3 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -248,13 +248,10 @@ echo "TestEncryptedCinderVolumes" >> /tmp/openstack/tempest/test-whitelist.txt echo "test_create_and_delete_workflow" >> /tmp/openstack/tempest/test-whitelist.txt if uses_debs; then - # TODO(aschultz): check this after ocata-m2 is published for UCA + # TODO(aschultz): check this after ocata-m3 is published for UCA # 1) this will disable the lbaas listeners tests for ubuntu only due to flakey # failures - # 2) this will disable ceilometer's notifications tests until - # https://review.openstack.org/#/c/389848/ is packaged in UCA/Ocata - # because these tests were using Glance API v1 but now use v2. - EXCLUDES="--regex=^(?!neutron_lbaas.tests.tempest.v2.api.test_listeners_.*admin.ListenersTestJSON.*$)(?!ceilometer.tests.tempest.api.test_telemetry_notification_api.TelemetryNotificationAPITest.*$).*" + EXCLUDES="--regex=^(?!neutron_lbaas.tests.tempest.v2.api.test_listeners_.*admin.ListenersTestJSON.*$).*" else EXCLUDES="--regex=^(?!mistral_tempest_tests.tests.api.v2.test_executions.ExecutionTestsV2.test_get_list_executions.*$).*" fi