From 8e0986f09eae3396b1668ce750e4df6082d13ba1 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 11 Feb 2021 13:31:08 -0600 Subject: [PATCH] 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 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 58e1095..757c327 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -41,7 +41,7 @@ barbican: https://opendev.org/openstack/barbican vars: tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' - tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' + tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' tox_envlist: all devstack_localrc: CINDER_LVM_TYPE: thin @@ -69,7 +69,7 @@ Integration tests that runs with the ceph devstack plugin, py3 and enable the backup service. vars: - tempest_black_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' + tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' devstack_local_conf: test-config: $TEMPEST_CONFIG: @@ -84,7 +84,7 @@ name: cinder-tempest-plugin-cbak-ceph branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ vars: - tempest_black_regex: '' + tempest_exclude_regex: '' devstack_local_conf: test-config: $TEMPEST_CONFIG: