Merge "Use Tempest for dashboard test instead of tempest-horizon"
This commit is contained in:
@@ -100,6 +100,7 @@ tempest_test_whitelist:
|
|||||||
- "{{ (tempest_service_available_nova | bool) | ternary('tempest.scenario.test_server_basic_ops', '') }}"
|
- "{{ (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_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_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
|
# TODO(evrardjp): Bring this back when upstream is fixed
|
||||||
# (revert of https://github.com/openstack/cinder/commit/737c50b4ea54e2e63d6e3fe8a73d22b393df4205)
|
# (revert of https://github.com/openstack/cinder/commit/737c50b4ea54e2e63d6e3fe8a73d22b393df4205)
|
||||||
# - "{{ (tempest_volume_backup_enabled | bool) | ternary('tempest.api.volume.admin.test_volumes_backup', '') }}"
|
# - "{{ (tempest_volume_backup_enabled | bool) | ternary('tempest.api.volume.admin.test_volumes_backup', '') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user