Blacklist tempest_horizon on Debian based

Change-Id: I9881b0d6e3787c503079991c675dd12e809f1963
This commit is contained in:
Tobias Urdin 2018-11-23 10:25:52 +01:00
parent 0fcb4ce9aa
commit 863592bca0
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ echo "test_create_show_list_update_delete_l2gateway" >> /tmp/openstack/tempest/t
if uses_debs; then
echo "mistral_tempest_tests.tests.api.v2.test_executions.ExecutionTestsV2.test_get_list_executions" > /tmp/openstack/tempest/test-blacklist.txt
echo "ceilometer.tests.tempest.api.test_telemetry_notification_api.TelemetryNotificationAPITest.test_check_glance_v2_notifications" >> /tmp/openstack/tempest/test-blacklist.txt
echo "tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario" >> /tmp/openstack/tempest/test-blacklist.txt
# TODO (amoralej) tempest tests for object_storage are not working in master with current version of tempest in uca (16.1.0).
echo "tempest.api.object_storage" >> /tmp/openstack/tempest/test-blacklist.txt
EXCLUDES="--blacklist-file=/tmp/openstack/tempest/test-blacklist.txt"