neutron/neutron/tests/common
Miguel Angel Ajo 88f5e11d8b Avoid agents adding ports as trunk by default.
Agent OVS interface code adds ports without a vlan tag,
if neutron-openvswitch-agent fails to set the tag, or takes
too long, the port will be a trunk port, receiving
traffic from the external network or any other port
sending traffic on br-int.

Also, those kinds of ports are triggering a code path
on the ovs-vswitchd revalidator thread which can eventually
hog the CPU of the host (that's a bug under investigation [1])

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1558336

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>
Change-Id: I024bbbdf7059835b2f23c264b48478c71633a43c
Closes-Bug: 1767422
2018-05-09 14:07:27 +02:00
..
agents [Fullstack] Unmark test_dscp_marking_packets as unstable 2018-02-13 12:07:34 +01:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
config_fixtures.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
conn_testers.py ovs-fw: Apply openflow rules immediately during update 2018-04-23 14:49:16 +00:00
helpers.py Remove usage of TestCase.skip() method 2018-03-21 22:14:53 +01:00
l3_test_common.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py Avoid agents adding ports as trunk by default. 2018-05-09 14:07:27 +02:00