diff --git a/inventory/group_vars/utility_all.yml b/inventory/group_vars/utility_all.yml index 19afa78f3e..ed088a9250 100644 --- a/inventory/group_vars/utility_all.yml +++ b/inventory/group_vars/utility_all.yml @@ -100,6 +100,7 @@ tempest_test_whitelist: - "{{ (tempest_service_available_nova | bool) | ternary('tempest.scenario.test_server_basic_ops', '') }}" - "{{ (tempest_service_available_swift | bool) | ternary('tempest.scenario.test_object_storage_basic_ops', '') }}" - "{{ (tempest_volume_multi_backend_enabled | bool) | ternary('tempest.api.volume.admin.test_multi_backend', '') }}" + - "{{ (tempest_service_available_horizon | bool) | ternary('tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps', '') }}" # TODO(evrardjp): Bring this back when upstream is fixed # (revert of https://github.com/openstack/cinder/commit/737c50b4ea54e2e63d6e3fe8a73d22b393df4205) # - "{{ (tempest_volume_backup_enabled | bool) | ternary('tempest.api.volume.admin.test_volumes_backup', '') }}"