neutron/neutron/tests/functional/agent/ovsdb/native
Terry Wilson 2013058e13 Refactor OVSDB native lib to be more customizable
This change, in a backward-compatible way, allows users of the
native OVSDB library to pass in their own Idl factory function
where they can return any subclass of the Idl, any schema, and
and register whatever tables/columns they want. This way, we
do not have to keep up with changes to the upstream OVSDB Idl
library.

The Connection connection, schema_name, and idl_class arguments
are deprecated in favor of the idl_factory function.

Change-Id: I8133da63caa8937c4fce68eb2fbb73d36b894043
2016-11-08 05:58:36 +02:00
..
__init__.py Add functional tests for OVSDB Connection 2016-10-20 11:14:15 +00:00
test_connection.py Refactor OVSDB native lib to be more customizable 2016-11-08 05:58:36 +02:00