This patch series addresses various random issues in ovs python binding.
Please see commit log in each patches for details.

Isaku Yamahata (5):
  python/ovs: socket_util uses select.poll
  python/ovs/db/idl: counter part of ovsdb_idl_add_table() to
    SchemaHelper
  python/ovs/db/idl: make SchemaHelper accept schema in json form
  python/ovs/db/idl.py: Transaction._substitute doesn't handle
    list/tuple
  python/ovs/db/idl: getattr(Row) raises TypeError, not AttributeError.

 python/ovs/db/idl.py      |   29 +++++++++++++++++++++++------
 python/ovs/poller.py      |    4 ++--
 python/ovs/socket_util.py |    3 ++-
 tests/ovsdb-idl.at        |   19 +++++++++++++++++++
 tests/test-ovsdb.py       |   19 ++++++++++++++++++-
 5 files changed, 64 insertions(+), 10 deletions(-)

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to