summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.py
Commit message (Expand)AuthorAgeFilesLines
* python: Force file system encoding on cmdline argsAlin Balutoiu2017-08-181-1/+2
* python: make python idl unicode-tolerantLance Richardson2017-08-091-1/+5
* Adapt to flake8-import-orderxurong000379972017-03-081-3/+4
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-12/+4
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-0/+36
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-051-0/+7
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-0/+6
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-31/+32
* Simplify partial map Py3 IDL test added by commit a59912a0Ryan Moats2016-08-141-1/+1
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-0/+88
* python tests: Implemented signal.alarm for WindowsPaul Boca2016-08-031-2/+2
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-12/+41
* 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