From f5eb742616bdb3e74aedc9e2f4b993028699793d Mon Sep 17 00:00:00 2001 From: Katarina Strenkova Date: Thu, 27 Jul 2023 14:06:23 +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 Depends-On: I68cc25b9126115171f10637b742fa3d503394ad5 Change-Id: Ia184c0a08f2ada36154e085bb31707b24f6c562b --- zuul.d/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 2046945286..d2deccccb3 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -345,7 +345,7 @@ ovn-northd: false tempest_test_regex: ^trove_tempest_plugin\.tests tempest_test_timeout: 3600 - 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' zuul_copy_output: '/var/log/guest-agent-logs/': 'logs' @@ -431,7 +431,7 @@ ovn-northd: false tempest_test_regex: ^trove_tempest_plugin\.tests tempest_test_timeout: 3600 - 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' zuul_copy_output: '/var/log/guest-agent-logs/': 'logs'