Switch to new rolevar for run-tempest role
Tempest replaced the below rolevar for run-tempest role
- tempest_test_blacklist is replaced by tempest_test_exclude_list
- tempest_black_regex is replaced by tempest_exclude_regex
old name are still supported for compatiblity but we recommend
to switch to new one.
Depends-On: https://review.opendev.org/c/openstack/tempest/+/774835
Change-Id: I37302d238c0cf66b6b0ff696e7a63379d5e22b10
Ghanshyam Mann authored 5 years ago
Luigi Toscano committed 5 years ago
| 40 | 40 | barbican: https://opendev.org/openstack/barbican |
| 41 | 41 | vars: |
| 42 | 42 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 43 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' | |
| 43 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 44 | 44 | tox_envlist: all |
| 45 | 45 | devstack_localrc: |
| 46 | 46 | CINDER_LVM_TYPE: thin |
| 68 | 68 | Integration tests that runs with the ceph devstack plugin, py3 |
| 69 | 69 | and enable the backup service. |
| 70 | 70 | vars: |
| 71 | tempest_black_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' | |
| 71 | tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' | |
| 72 | 72 | devstack_local_conf: |
| 73 | 73 | test-config: |
| 74 | 74 | $TEMPEST_CONFIG: |
| 83 | 83 | name: cinder-tempest-plugin-cbak-ceph |
| 84 | 84 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 85 | 85 | vars: |
| 86 | tempest_black_regex: '' | |
| 86 | tempest_exclude_regex: '' | |
| 87 | 87 | devstack_local_conf: |
| 88 | 88 | test-config: |
| 89 | 89 | $TEMPEST_CONFIG: |