OVSDB application library
Go to file
Jakub Libosvar 057eeb319c ut: Patch get_ident for race transaction test
In case eventlet is installed on the system, the time.sleep() function
doesn't yield.  This patch replaces time.sleep with eventlet.sleep and
thread.get_ident functions on systems with eventlet installed. With this
patch, a concurrent transaction test can be executed both with and
without eventlet successfuly.

Change-Id: I4572355d7d420111e562d4d1f4ea3dd95d4e3f7d
Related-bug: #1793499
(cherry picked from commit 64342ba52c)
2018-09-21 15:43:39 +00:00
doc/source Removes unnecessary utf-8 encoding 2017-07-20 16:35:33 +05:30
ovsdbapp ut: Patch get_ident for race transaction test 2018-09-21 15:43:39 +00:00
releasenotes Update reno for stable/queens 2018-01-24 18:10:06 +00:00
tools Check for oslo library usage 2018-08-24 17:47:40 +00:00
.gitignore Switch to stestr 2018-07-10 16:23:46 +07:00
.gitreview Update .gitreview for stable/rocky 2018-08-17 18:59:57 +00:00
.pylintrc pylint: Disable duplicate-code for check 2017-07-03 20:31:35 +00:00
.stestr.conf Make it possible to run functional tests again 2018-07-19 17:37:39 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-29 17:47:42 -04:00
CONTRIBUTING.rst Add cookiecutter output 2017-02-24 15:02:19 -05:00
HACKING.rst Check for oslo library usage 2018-08-24 17:47:40 +00:00
LICENSE Add cookiecutter output 2017-02-24 15:02:19 -05:00
README.rst There is no documentation for ovsdbapp 2017-07-20 16:18:21 +05:30
TESTING.rst Add ability to debug OVS virtual environments 2017-07-13 19:51:31 +00:00
babel.cfg Add cookiecutter output 2017-02-24 15:02:19 -05:00
bindep.txt Add OVN Northbound API for LS, LSP, and DHCP 2017-07-03 23:19:46 -05:00
lower-constraints.txt Switch to stestr 2018-07-10 16:23:46 +07:00
requirements.txt Remove the oslo-utils dependency 2018-08-24 15:48:48 +00:00
setup.cfg Enable warning-is-error in doc build 2017-07-08 17:30:45 +00:00
setup.py Updated from global requirements 2017-03-15 04:26:57 +00:00
test-requirements.txt Switch to stestr 2018-07-10 16:23:46 +07:00
tox.ini Check for oslo library usage 2018-08-24 17:47:40 +00:00

README.rst

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.

Features

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication