diff --git a/zuul.d/yoga_jobs.yaml b/zuul.d/yoga_jobs.yaml index 8e62f20a..4db622df 100644 --- a/zuul.d/yoga_jobs.yaml +++ b/zuul.d/yoga_jobs.yaml @@ -176,6 +176,12 @@ (^neutron_tempest_plugin.scenario)|\ (^tempest.api.compute.servers.test_attach_interfaces)|\ (^tempest.api.compute.servers.test_multiple_create)" + # NOTE(ralonsoh): tests disabled because of https://bugs.launchpad.net/neutron/+bug/2082070 + tempest_exclude_regex: "\ + (neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupIPv4Test.test_connectivity_between_vms_using_different_sec_groups)|\ + (neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupIPv4Test.test_packets_of_any_connection_state_can_reach_dest)|\ + (neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_allowed_address_pairs)|\ + (neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_port_sec_disabled)" network_api_extensions: *api_extensions network_api_extensions_ovn: - vlan-transparent diff --git a/zuul.d/zed_jobs.yaml b/zuul.d/zed_jobs.yaml index 54e9af5f..92c43c7d 100644 --- a/zuul.d/zed_jobs.yaml +++ b/zuul.d/zed_jobs.yaml @@ -186,6 +186,12 @@ (^neutron_tempest_plugin.scenario)|\ (^tempest.api.compute.servers.test_attach_interfaces)|\ (^tempest.api.compute.servers.test_multiple_create)" + # NOTE(ralonsoh): tests disabled because of https://bugs.launchpad.net/neutron/+bug/2082070 + tempest_exclude_regex: "\ + (neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupIPv4Test.test_connectivity_between_vms_using_different_sec_groups)|\ + (neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupIPv4Test.test_packets_of_any_connection_state_can_reach_dest)|\ + (neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_allowed_address_pairs)|\ + (neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_port_sec_disabled)" network_api_extensions: *api_extensions network_api_extensions_ovn: - vlan-transparent