From 05db7c7e03e0fe477052a38c040aa4340711b3ed Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 11 Feb 2021 13:32:18 -0600 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index c7be830..dc24aff 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: