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:
parent
d8d21a1778
commit
e22cc6e8cc
@ -320,7 +320,7 @@
|
|||||||
# In addition: on next PTG we will discuss the rules of running specific
|
# In addition: on next PTG we will discuss the rules of running specific
|
||||||
# jobs with OVN master and OVN release branches. Please consider
|
# jobs with OVN master and OVN release branches. Please consider
|
||||||
# specyfing explicitely the version of OVN in tempest-slow jobs.
|
# 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_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port)|\
|
||||||
(^tempest.scenario.test_network_v6.TestGettingAddress)"
|
(^tempest.scenario.test_network_v6.TestGettingAddress)"
|
||||||
|
|
||||||
|
@ -434,7 +434,7 @@
|
|||||||
OVS_BRANCH: 0047ca3a0290f1ef954f2c76b31477cf4b9755f5
|
OVS_BRANCH: 0047ca3a0290f1ef954f2c76b31477cf4b9755f5
|
||||||
# TODO(slaweq): remove test_reboot_server_hard from the blacklist when
|
# TODO(slaweq): remove test_reboot_server_hard from the blacklist when
|
||||||
# when bug https://bugs.launchpad.net/neutron/+bug/1906490 will be fixed
|
# 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:
|
- job:
|
||||||
name: neutron-ovn-tempest-ovs-release
|
name: neutron-ovn-tempest-ovs-release
|
||||||
|
Loading…
Reference in New Issue
Block a user