Only run v3 identity tempest tests
The keystone developers are removing v2 API support during the Queens release and this patch ensures that we only run v3 identity tests. Closes-Bug: 1717011 Change-Id: I6367bf93161dd779ae99859886ab813fe9788a88
This commit is contained in:
parent
2764c12b92
commit
e0e6ce0367
@ -59,6 +59,8 @@ tempest_test_whitelist_file_path: "{{ tempest_venv_bin | dirname }}/workspace/et
|
||||
# This sets up a list of tests to execute based on what's deployed in the environment.
|
||||
# The list gets added to the whitelist which tempest executes.
|
||||
tempest_test_whitelist:
|
||||
- "tempest.api.identity.admin.v3"
|
||||
- "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', '') }}"
|
||||
- "{{ (tempest_service_available_nova | bool) | ternary('tempest.scenario.test_minimum_basic', '') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user