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
This commit is contained in:
parent
cdb52a34df
commit
97ea1dc349
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user