From db95d7531f67979a34c26107056836907b49e792 Mon Sep 17 00:00:00 2001 From: Katarina Strenkova Date: Wed, 2 Aug 2023 10:42:49 +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_black_regex with a new term tempest_exclude_regex. [1] https://review.opendev.org/c/openstack/tempest/+/768583 Change-Id: I37277b9b6964b80e3a0e3d2b4b5cdee04fafeaa9 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2283a92..794cc41 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -192,7 +192,7 @@ - taas devstack_localrc: USE_PYTHON3: false - tempest_black_regex: | + tempest_exclude_regex: | (?x) # Ignore comments and whitespaces # bug 1814937 neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete @@ -207,7 +207,7 @@ - taas devstack_localrc: USE_PYTHON3: false - tempest_black_regex: | + tempest_exclude_regex: | (?x) # Ignore comments and whitespaces # bug 1814937 neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete @@ -222,7 +222,7 @@ - taas devstack_localrc: USE_PYTHON3: false - tempest_black_regex: | + tempest_exclude_regex: | (?x) # Ignore comments and whitespaces # bug 1814937 neutron_taas_tempest_plugin\.tests\.api\.test_taas\.TaaSExtensionTestJSON\.test_delete_tap_resources_after_ts_port_delete