tests: Deal with Python output differences.
[cascardo/ovs.git] / tests / test-ovsdb.py
2016-02-22 Russell Bryanttests: Deal with Python output differences.
2016-02-02 Russell Bryantpython: Drop unicode type.
2016-01-22 Russell Bryantpython: Convert dict iterators.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Russell Bryantpython: Fix print function compatibility.
2016-01-12 Russell Bryantpython: Fix exception handler compatibility.
2016-01-05 Russell Bryantpython: Resolve a deprecation warning.
2016-01-05 Russell Bryantpython: Resolve pep8 comparison errors.
2016-01-05 Russell Bryantpython: Remove unused imports and variables.
2015-11-23 Shad Ansariovsdb-idl: Support for readonly columns that are fetche...
2015-10-13 Shad Ansariovsdb-idl: Test script for Python register_columns...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-29 Alex Wangtest-ovsdb: Fix conditional statement.
2015-04-27 Terry WilsonAllow subclasses of Idl to define a notification hook
2014-06-27 Gurucharan Shettytest-ovsdb: Workaround unicode bug in Python 2.4.x.
2012-09-27 Isaku Yamahatapython/ovs/db/idl: getattr(Row) raises TypeError, not...
2012-09-13 Isaku Yamahatapython/ovs/db/idl.py: Transaction._substitute doesn...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-03-09 Ethan Jacksonidl: Convert python daemons to utilize SchemaHelper.
2012-03-02 Ethan Jacksonjsonrpc.py: Don't swallow errors in transact_block().
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-24 Ethan Jacksontest-ovsdb.py: Remove unused import.
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-09-23 Ben Pfaffovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
2011-05-24 Ben Pfafftests: Fix the two Python XFAIL tests.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...