From 28e6597b157c21eb95a6949d62aa84badf169fbc Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 12 Feb 2021 10:40:53 +0200 Subject: [PATCH] Use Tempest for dashboard test instead of tempest-horizon All tests implemented in tempest-horizon have been merged to tempest[1] and tempest-horizon will be retired, so we assume that we no longer need to install tempest-horizon plugins. [1] https://review.opendev.org/771727/ Change-Id: Ifb4503df2a83603e0c0ffea8768d50ff0e62c582 --- inventory/group_vars/utility_all.yml | 1 + 1 file changed, 1 insertion(+) 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', '') }}"