neutron/neutron/tests/unit/services/trunk/drivers/openvswitch/agent
Armando Migliaccio 4371ae010a Ensure trunk status is acknowledged during OVS subport operations
Before this patch, change to trunk status was reported only when
subports were being added, but not when being removed. This patch
tweak things to make sure the same happens on subports removal.

This patch also improves unit coverage for the parts of the code
affected. In particular the import of oslo_context has been aliased
to catch errors where context as variable is shadowed by the homonym
module.

Closes-bug: #1625135

Change-Id: I73127d7829c31ca66578eb8f7d76409b36c9dc6d
2016-09-21 15:16:02 -07:00
..
__init__.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
test_driver.py Ensure trunk status is acknowledged during OVS subport operations 2016-09-21 15:16:02 -07:00
test_ovsdb_handler.py Ensure trunk status is acknowledged during OVS subport operations 2016-09-21 15:16:02 -07:00
test_trunk_manager.py OVSDBHandler for trunk ports 2016-09-08 22:29:37 +00:00