Merge "Run test_minimum_basic_scenario test for cinder"
This commit is contained in:
commit
e4e4a12f5d
@ -89,8 +89,5 @@ tempest_test_includelist:
|
||||
- "tempest.api.identity.v3"
|
||||
- "{{ (tempest_service_available_ceilometer | bool) | ternary('tempest.api.telemetry', '') }}"
|
||||
- "{{ (tempest_service_available_heat | bool) | ternary('tempest.api.orchestration.stacks.test_non_empty_stack', '') }}"
|
||||
# TODO(odyssey4me):
|
||||
# Once the issue with this test is worked out, re-enable it.
|
||||
#- "{{ (tempest_service_available_nova | bool) | ternary('tempest.scenario.test_minimum_basic', '') }}"
|
||||
- "{{ (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', '') }}"
|
||||
|
@ -299,4 +299,9 @@ cinder_backends:
|
||||
- low-iops
|
||||
- high-iops
|
||||
- ultra-high-iops
|
||||
|
||||
{% if 'cinder' in bootstrap_host_scenarios %}
|
||||
tempest_test_includelist:
|
||||
- tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user