|
143 | 143 | - ^tox.ini$
|
144 | 144 | vars:
|
145 | 145 | # We use the "all" environment for tempest_test_regex and
|
146 |
| - # tempest_black_regex. |
| 146 | + # tempest_exclude_regex. |
147 | 147 | tox_envlist: all
|
148 | 148 | # Only run compute API tests.
|
149 | 149 | tempest_test_regex: ^tempest\.api\.compute
|
150 | 150 | # Skip slow tests.
|
151 |
| - tempest_black_regex: .*\[.*\bslow\b.*\] |
| 151 | + tempest_exclude_regex: .*\[.*\bslow\b.*\] |
152 | 152 | devstack_local_conf:
|
153 | 153 | test-config:
|
154 | 154 | $TEMPEST_CONFIG:
|
|
196 | 196 | post-run: playbooks/nova-next/post.yaml
|
197 | 197 | vars:
|
198 | 198 | # We use the "all" environment for tempest_test_regex and
|
199 |
| - # tempest_black_regex. |
| 199 | + # tempest_exclude_regex. |
200 | 200 | tox_envlist: all
|
201 | 201 | # Run all compute API tests and most scenario tests at the default
|
202 | 202 | # concurrency (nproc/2 which is normally 4 in the gate).
|
203 | 203 | tempest_test_regex: ^tempest\.(scenario|api\.compute)
|
204 | 204 | # The tempest.scenario.test_network* tests are skipped because they
|
205 | 205 | # (1) take a long time and (2) are already covered in the
|
206 | 206 | # tempest-slow* job. If this regex gets more complicated use
|
207 |
| - # tempest_test_blacklist. |
208 |
| - tempest_black_regex: ^tempest.scenario.test_network |
| 207 | + # tempest_test_exclude_list. |
| 208 | + tempest_exclude_regex: ^tempest.scenario.test_network |
209 | 209 | devstack_local_conf:
|
210 | 210 | post-config:
|
211 | 211 | $NOVA_CPU_CONF:
|
|
356 | 356 | irrelevant-files: *dsvm-irrelevant-files
|
357 | 357 | vars:
|
358 | 358 | # We use the "all" environment for tempest_test_regex and
|
359 |
| - # tempest_test_blacklist. |
| 359 | + # tempest_test_exclude_list. |
360 | 360 | tox_envlist: all
|
361 | 361 | # Run compute API and scenario tests.
|
362 | 362 | tempest_test_regex: ^tempest\.(scenario|(api\.compute))
|
363 |
| - tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/nova"].src_dir }}/devstack/nova-multi-cell-blacklist.txt' |
| 363 | + tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/nova"].src_dir }}/devstack/nova-multi-cell-exclude-list.txt' |
364 | 364 | devstack_local_conf:
|
365 | 365 | post-config:
|
366 | 366 | $NOVA_CONF:
|
|
0 commit comments