summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.py
Commit message (Expand)AuthorAgeFilesLines
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-0/+35
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-201-1/+47
* tests: Deal with Python output differences.Russell Bryant2016-02-221-1/+1
* python: Drop unicode type.Russell Bryant2016-02-021-3/+4
* python: Convert dict iterators.Russell Bryant2016-01-211-7/+8
* python: Fix print function compatibility.Russell Bryant2016-01-121-14/+16
* python: Fix exception handler compatibility.Russell Bryant2016-01-121-3/+3
* python: Resolve a deprecation warning.Russell Bryant2016-01-051-1/+1
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-051-15/+16
* python: Remove unused imports and variables.Russell Bryant2016-01-051-1/+0
* ovsdb-idl: Support for readonly columns that are fetched on-demandShad Ansari2015-11-231-39/+75
* ovsdb-idl: Test script for Python register_columns functionShad Ansari2015-10-131-2/+21
* test-ovsdb: Fix conditional statement.Alex Wang2015-04-291-1/+4
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-0/+17
* test-ovsdb: Workaround unicode bug in Python 2.4.x.Gurucharan Shetty2014-06-261-1/+1
* python/ovs/db/idl: getattr(Row) raises TypeError, not AttributeError.Isaku Yamahata2012-09-271-0/+8
* python/ovs/db/idl.py: Transaction._substitute doesn't handle list/tupleIsaku Yamahata2012-09-121-1/+10
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-4/+10
* idl: Convert python daemons to utilize SchemaHelper.Ethan Jackson2012-03-091-2/+3
* jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson2012-03-021-0/+5
* python: Style cleanup.Ethan Jackson2011-09-241-1/+22
* test-ovsdb.py: Remove unused import.Ethan Jackson2011-09-241-1/+0
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-231-33/+162
* ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.Ben Pfaff2011-09-231-1/+1
* tests: Fix the two Python XFAIL tests.Ben Pfaff2011-05-241-5/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-5/+6
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-0/+372