neutron/neutron/tests/unit/services/trunk/drivers/openvswitch
Michal Arbet faead08d8f Fix neutron tests
Test test_handle_trunk_remove_trunk_manager_failure is trying
to connect to tcp:127.0.0.1:6640. This behaviour can be visible
by netcat while test is running. As this is unit test, it should
use mock, not real ovsdb. This patch is fixing this.

$ nc -l -p 6640
{"id":0,"method":"get_schema","params":["Open_vSwitch"]}

Change-Id: I25161913d701e15d127c70d71ac025e4573e81f1
2020-05-14 19:13:21 +02:00
..
agent Fix neutron tests 2020-05-14 19:13:21 +02:00
__init__.py Add scaffolding for trunk plugin/server-side driver integration 2016-08-04 08:34:20 -07:00
test_driver.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00