Terry Wilson
5f108dfa6a
Group tests in same class to run in same group
Sometimes the test_connection_reconnect test will interact with other tests causing a failure. Telling stestr to keep all tests in a class together in the same process seems to fix this issue. Change-Id: Ic20b08b7bae2f6b5b8dc3a7607c1e6bf7044b95c
ovsdbapp
A library for creating OVSDB applications
The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/ovsdbapp
- Bugs: http://bugs.launchpad.net/ovsdbapp
Features
- An thread-based event loop for using ovs.db.Idl
- Transaction support
- Native OVSDB communication
Description
Languages
Python
99.2%
Shell
0.8%