neutron/neutron/tests/fullstack/cmd
Sławek Kapłoński 806cf71eb5 Fullstack: init trunk agent's driver only when necessary
Trunk driver is not needed to be initialized when "trunk"
service plugin is not enabled.
On production environments it's not possible to base on
"service_plugins" config option on L2 agent's side so this
driver is initialized always.
It cause problems on fullstack tests becasue there is race
condition between different ovs agents which consumes events
from Openvswitch monitor.
On fullstack tests however we can assume that agent's and server's
config are in sync so trunk driver can be initialized only if
"trunk" service plugin is enabled on server side.

Change-Id: I3ad8d6e7b8f103867ee277078d03f3a01c20ac0d
Closes-Bug: #1687709
2017-11-03 16:49:12 +00:00
..
__init__.py fullstack: Don't let dhcp agents failover 2017-04-20 14:04:50 +00:00
dhcp_agent.py Remove translation of help messages from tests 2017-09-25 09:49:38 +00:00
l3_agent.py Configure root_helper and root_helper_daemon in fullstack tests 2017-06-04 06:31:13 +00:00
ovs_agent.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00