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
This commit is contained in:
parent
faf24a42f6
commit
28e6597b15
@ -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', '') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user