From 8ae707f2349ef0f669a35f3c081ea4862949f428 Mon Sep 17 00:00:00 2001 From: Katarina Strenkova Date: 2023年7月27日 13:42:42 +0200 Subject: [PATCH] Replace deprecated terms Following up on the usage of inclusive jargon [1] and to ensure consistency in code, there is a need to replace deprecated term tempest_test_blacklist with a new term tempest_test_exclude_list. [1] https://review.opendev.org/c/openstack/tempest/+/768583 Change-Id: I1692876c9d42b3ac857fdb61dcdc2caa61cd349d --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 79a64cff..e8667110 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -34,7 +34,7 @@ tox_envlist: all tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) - tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist.txt' + tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist.txt' - job: name: devstack-plugin-ceph-tempest-ubuntu @@ -138,7 +138,7 @@ - cinder-tempest-plugin tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) - tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist_multinode.txt' + tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist_multinode.txt' group-vars: subnode: devstack_localrc:

AltStyle によって変換されたページ (->オリジナル) /