Remove the tempest_test_whitelist from playbook

Have this fact set here makes hard to override it on featureset.
Removing it, and moving this to featureset_override on job definition

https://tree.taiga.io/project/tripleo-ci-board/task/901?kanban-status=1447275

Depends-On: https://review.openstack.org/648110
Change-Id: Ia3066bb5d9dab86226576b8a9f5fc6ca06e52f1a
This commit is contained in:
Arx Cruz 2019-03-27 12:31:48 +00:00
parent 242d35e312
commit 04ae8fe86d
1 changed files with 0 additions and 9 deletions

View File

@ -36,15 +36,6 @@
tempest_venv_bin: "{{ ansible_user_dir }}/tempest_venv/bin"
when: tempest_install_method == 'source'
- name: Default tempest tests to run
# Note(chkumar246): Re-use the featureset provided tests
set_fact:
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_server_basic_ops'
- 'tempest.api.volume.admin.test_multi_backend'
- 'tempest.scenario.test_object_storage_basic_ops'
- name: Load tempest skiplist file
include_vars: "{{ playbook_dir | dirname }}/vars/tempest_skip_{{ release | default('master') }}.yml"