diff --git a/zuul.d/tempest-multinode.yaml b/zuul.d/tempest-multinode.yaml index 7f4b204833a..964b6c22663 100644 --- a/zuul.d/tempest-multinode.yaml +++ b/zuul.d/tempest-multinode.yaml @@ -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)" diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 2fab8b53f5d..8aef8eaf000 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -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