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: I609c1714a4f630207562a4725456d3d7f87d698e
This commit is contained in:
Ghanshyam Mann 2021-02-11 13:24:17 -06:00 committed by Slawek Kaplonski
parent d8d21a1778
commit e22cc6e8cc
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@
# In addition: on next PTG we will discuss the rules of running specific
# jobs with OVN master and OVN release branches. Please consider
# specyfing explicitely the version of OVN in tempest-slow jobs.
tempest_black_regex: "\
tempest_exclude_regex: "\
(?:tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port)|\
(^tempest.scenario.test_network_v6.TestGettingAddress)"

View File

@ -434,7 +434,7 @@
OVS_BRANCH: 0047ca3a0290f1ef954f2c76b31477cf4b9755f5
# TODO(slaweq): remove test_reboot_server_hard from the blacklist when
# when bug https://bugs.launchpad.net/neutron/+bug/1906490 will be fixed
tempest_black_regex: "(^tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard)"
tempest_exclude_regex: "(^tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard)"
- job:
name: neutron-ovn-tempest-ovs-release