From d63e17a1c068a90168a463dd78e241a6b7f51a91 Mon Sep 17 00:00:00 2001 From: Katarina Strenkova Date: Thu, 27 Jul 2023 13:54:41 +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. Additionally, the file tempest_blacklist.txt was renamed to tempest_exclude_list.txt for the same reason. [1] https://review.opendev.org/c/openstack/tempest/+/768583 Change-Id: I68cc25b9126115171f10637b742fa3d503394ad5 --- .zuul.yaml | 2 +- tempest_blacklist.txt => tempest_exclude_list.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tempest_blacklist.txt => tempest_exclude_list.txt (100%) diff --git a/.zuul.yaml b/.zuul.yaml index ec5c097..90cc378 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -121,7 +121,7 @@ ovn-controller: false ovn-northd: false tempest_test_regex: ^trove_tempest_plugin\.tests - tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/trove-tempest-plugin"].src_dir }}/tempest_blacklist.txt' + tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/trove-tempest-plugin"].src_dir }}/tempest_exclude_list.txt' - job: name: trove-tempest-ipv6-only diff --git a/tempest_blacklist.txt b/tempest_exclude_list.txt similarity index 100% rename from tempest_blacklist.txt rename to tempest_exclude_list.txt