Exclude `NetworkWritableMtuTest
` test class in ML2/OVN
E/W packet fragmentation is not supported in ML2/OVN [1]. [1]https://docs.openstack.org/neutron/latest/ovn/gaps.html Closes-Bug: #2082344 Change-Id: Ieeed73b2a5fc8319b3c199cdd2888e0090139077
This commit is contained in:
parent
f7a3f5fa39
commit
68e1139b8c
@ -231,6 +231,8 @@
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
(^tempest.api.compute.servers.test_attach_interfaces)|\
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
# NOTE(ralonsoh): ``NetworkWritableMtuTest`` excluded because of https://bugs.launchpad.net/neutron/+bug/2082344
|
||||
tempest_exclude_regex: "^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.*"
|
||||
network_api_extensions: *api_extensions
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
|
@ -174,6 +174,8 @@
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
(^tempest.api.compute.servers.test_attach_interfaces)|\
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
# NOTE(ralonsoh): ``NetworkWritableMtuTest`` excluded because of https://bugs.launchpad.net/neutron/+bug/2082344
|
||||
tempest_exclude_regex: "^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.*"
|
||||
network_api_extensions: *api_extensions
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
|
@ -170,6 +170,8 @@
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
(^tempest.api.compute.servers.test_attach_interfaces)|\
|
||||
(^tempest.api.compute.servers.test_multiple_create)"
|
||||
# NOTE(ralonsoh): ``NetworkWritableMtuTest`` excluded because of https://bugs.launchpad.net/neutron/+bug/2082344
|
||||
tempest_exclude_regex: "^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.*"
|
||||
network_api_extensions: *api_extensions
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
|
@ -177,11 +177,13 @@
|
||||
(^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
|
||||
# NOTE(ralonsoh): ``NetworkWritableMtuTest`` excluded because of https://bugs.launchpad.net/neutron/+bug/2082344
|
||||
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)"
|
||||
(neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_port_sec_disabled)|\
|
||||
(neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.*)"
|
||||
network_api_extensions: *api_extensions
|
||||
network_api_extensions_ovn:
|
||||
- vlan-transparent
|
||||
|
@ -187,11 +187,13 @@
|
||||
(^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
|
||||
# NOTE(ralonsoh): ``NetworkWritableMtuTest`` excluded because of https://bugs.launchpad.net/neutron/+bug/2082344
|
||||
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)"
|
||||
(neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest.test_vlan_transparent_port_sec_disabled)|\
|
||||
(neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest.*)"
|
||||
network_api_extensions: *api_extensions
|
||||
network_api_extensions_ovn:
|
||||
- vlan-transparent
|
||||
|
Loading…
Reference in New Issue
Block a user