From 88d639e529b440cf0a9e12c7a257af38ca115aa3 Mon Sep 17 00:00:00 2001 From: Katarina Strenkova Date: Tue, 1 Aug 2023 14:20:00 +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: Iefe171f63a1b9dd7770ac81848771e1cdea6e2f6 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ab357bb..97d0570 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -17,7 +17,7 @@ devstack-plugin-open-cas: https://opendev.org/openstack/devstack-plugin-open-cas tox_envlist: all 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' - project: check: