From c9840ce84a7386f9cbb82515852db941be1e052e Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Tue, 18 Jan 2022 20:20:20 +0100 Subject: [PATCH] Remove test_volumes_backup tests Tested it and tempest.api.volume.admin.test_volumes_backup is still not working properly. Maybe it's the right time to finally abandon this test. Change-Id: If35f12f34f6108e88792697bbc3a813c56a5ae00 --- inventory/group_vars/utility_all.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inventory/group_vars/utility_all.yml b/inventory/group_vars/utility_all.yml index dc43394a5a..7a61df5d19 100644 --- a/inventory/group_vars/utility_all.yml +++ b/inventory/group_vars/utility_all.yml @@ -66,9 +66,6 @@ cinder_service_backup_program_enabled: "{{ hostvars['localhost']['cinder_service # Tempest settings # -# If cinder has a backup service enabled, make sure that Tempest tests it -tempest_volume_backup_enabled: "{{ cinder_service_backup_program_enabled | bool }}" - tempest_log_dir: /var/log/utility # This sets the tempest group to the utility group @@ -97,6 +94,3 @@ tempest_test_includelist: - "{{ (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', '') }}" - # 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', '') }}"