Switch to new rolevar for run-temepst role

Tempest replaced the below rolevar for run-tempest role
- tempest_test_blacklist is replaced by tempest_test_exclude_list
- tempest_black_regex is replaced by tempest_exclude_regex

old name are still supported for compatiblity but we recommend
to switch to new one.

Depends-On: https://review.opendev.org/c/openstack/tempest/+/774835
Change-Id: I5d66e18757d516f8c761875bd2f824d0e839f1ac
This commit is contained in:
Ghanshyam Mann 2021-02-11 13:32:18 -06:00
parent b68a678f37
commit 05db7c7e03
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
vars:
tox_envlist: all
tempest_test_regex: ^magnum_tempest_plugin.tests.api
tempest_black_regex: (test_create_list_sign_delete_clusters|test_create_cluster_with_zero_nodes)
tempest_exclude_regex: (test_create_list_sign_delete_clusters|test_create_cluster_with_zero_nodes)
devstack_local_conf:
test-config:
$TEMPEST_CONFIG: