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
This commit is contained in:
parent
9122baa272
commit
d63e17a1c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user