Codebase list cinder-tempest-plugin / 8e0986f
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
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
4040 barbican: https://opendev.org/openstack/barbican
4141 vars:
4242 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'
4444 tox_envlist: all
4545 devstack_localrc:
4646 CINDER_LVM_TYPE: thin
6868 Integration tests that runs with the ceph devstack plugin, py3
6969 and enable the backup service.
7070 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)'
7272 devstack_local_conf:
7373 test-config:
7474 $TEMPEST_CONFIG:
8383 name: cinder-tempest-plugin-cbak-ceph
8484 branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$
8585 vars:
86 tempest_black_regex: ''
86 tempest_exclude_regex: ''
8787 devstack_local_conf:
8888 test-config:
8989 $TEMPEST_CONFIG: