Merge "Use Tempest for dashboard test instead of tempest-horizon"

This commit is contained in:
Zuul 2021-02-15 12:52:33 +00:00 committed by Gerrit Code Review
commit fcd5b4c1a9

View File

@ -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', '') }}"