]> git.proxmox.com Git - ovs.git/history - tests/ovsdb-idl.at
Require Python 3 and remove support for Python 2.
[ovs.git] / tests / ovsdb-idl.at
2019-09-27 Ben PfaffRequire Python 3 and remove support for Python 2.
2019-03-22 Ted Elhouranipython: Monitor Database table to manage lifecycle...
2018-12-27 Ilya Maximetsovsdb-idl.at: Increase timeouts for tests with multiple...
2018-12-27 Ilya Maximetsovsdb-idl.at: Better choosing of wrong ports.
2018-12-24 Ilya Maximetsovsdb-idl.at: Add IDL tests for C library with TCP...
2018-12-24 Ilya Maximetssocket-util: Report POLLHUP as an error while connectio...
2018-10-15 Ilya MaximetsRevert "Test the Python C JSON extension"
2018-10-11 Terry WilsonTest the Python C JSON extension
2018-08-18 Ben Pfaffovsdb-idl: Fix recently introduced Python 3 tests.
2018-08-14 Numan Siddiquepython jsonrpc: Allow jsonrpc_session to have more...
2018-08-14 Numan Siddiqueovs python: ovs.stream.open_block() returns success...
2018-08-13 Han Zhouovsdb-idl.c: Fix IDL index problem when rows are updated.
2018-07-24 Timothy RedaelliPermit to build OVS with only Python3 installed
2018-06-15 Mark Michelsonovsdb-idl: Correct singleton insert logic
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-04-18 Jakub Sitnickitests: Extend Python IDL checks to also run with SSL
2018-04-18 Jakub Sitnickitests: Reuse OVSDB_CHECK_IDL_PYN macro for IDL notify...
2018-04-18 Jakub Sitnickitests: Remove useless run-if-fail commands passed to...
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-03-14 Timothy Redaellitests: Add some Python3 test variants on ovsdb-idl.at
2018-03-09 Guoshuai Lipython: Fix decoding error when the received data is...
2017-11-27 Ben Pfafftests: Convert uuidfilt utility from Perl to Python.
2017-10-30 Han Zhouovsdb-idl: fix index row setting with references.
2017-08-09 Lance Richardsonpython: make python idl unicode-tolerant
2017-08-03 Lance Richardsonovsdb-idl: Autogenerated functions for compound indexes
2017-05-23 Numan Siddiquepython ovs: Fix SSL exceptions with pyOpenSSL v0.13
2017-05-04 Simon Hormantests: Only run python SSL test if SSL support is confi...
2016-12-20 Ben Pfaffovsdb-idl: Change interface to conditional monitoring.
2016-10-15 Amitabha BiswasPython-IDL: getattr after mutate fix
2016-10-12 Ben Pfafftests: Get rid of overly specific --pidfile and --unixc...
2016-10-05 Numan Siddiquepython: Add SSL support to the python ovs client library
2016-08-30 Amitabha Biswasovsdb: Fix mutation of newly inserted rows from Python...
2016-08-15 Amitabha Biswasovsdb-idl: Fix bugs in Python IDL partial set and map.
2016-08-15 Ryan MoatsSimplify partial map Py3 IDL test added by commit a59912a0
2016-08-14 Ryan Moatspython: Add support for partial map and partial set...
2016-08-14 Ryan Moatsovsdb: Add/use partial set updates.
2016-08-03 Paul Bocapython tests: Skip TCP6 idl tests on Windows
2016-07-27 Numan Siddiquepython: Send old values of the updated cols in notify...
2016-07-19 Liran Schourlib: add monitor_cond_change API to C IDL lib
2016-07-19 Liran Schourpython: move Python idl to work with monitor_cond
2016-07-19 Liran Schourovsdb-client: support monitor-cond method
2016-06-23 Lance Richardsontests: Fix issue in use of OVS_APP_EXIT_AND_WAIT.
2016-05-24 Daniele Di Proiettotests: Use on_exit in ovsdb-idl tests.
2016-05-20 Ofer Ben-Yacovpython: Add TCP passive-mode to IDL.
2016-05-18 Edward Aymerichtests: Add test for partial map updates.
2016-02-22 Russell Bryantovsdb-idl.at: Run tests with both Python 2 and 3.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Shad Ansariovsdb-idl: Add support for column tracking in IDL.
2015-12-11 Andy Zhoulib: add monitor2 support in ovsdb-idl.
2015-11-26 Ben Pfafftests: Make parse_listening_port entirely reliable.
2015-11-23 Shad Ansariovsdb-idl: Add support for change tracking.
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-09-09 Ben Pfafftests: Automatically initialize OVS_*DIR vars when...
2015-07-13 Ben Pfafftests: Skip IPv6 tests if the system does not support...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-27 Terry WilsonAllow subclasses of Idl to define a notification hook
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-01 Ben Pfaffovsdb-idl: Tolerate missing tables and columns.
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-05-15 Gurucharan Shettytests: Change to parse dynamically allocated ports...
2014-02-08 Joe Stringertests: Don't rely on strace for IPv6 IDL testcases.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2013-04-22 YAMAMOTO Takashiinvoke perl as ${PERL}
2013-04-18 Ben Pfafftests: Avoid race conditions, by letting the kernel...
2013-02-11 Pavithra Rameshstream-unix: Use rundir as root for relative paths.
2012-10-15 Isaku Yamahatapython/ovs/stream: teach stream.py tcp socket
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-08-17 Ben Pfafftests: Invoke daemons with --no-chdir so core files...
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-03-13 Ben PfaffUse `pwd` in place of $PWD, treewide.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-09-23 Ben Pfaffpython: Implement write support in Python IDL for OVSDB.
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2010-10-22 Ben Pfaffovsdb-idl: Test prerequisite checking.
2010-06-23 Ben Pfafftests: Fix occasional failure of "self-linking idl...
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Fix result object for "declare" operation.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfafftests: Always make ovsdb-server exit cleanly, to better...
2010-02-02 Ben PfaffRework and simplify the "lcov" support for the testsuite.
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-04 Ben Pfaffovsdb-server: Make database connections configurable...
2009-12-17 Ben Pfafftestsuite: Look for .ovsschema files in source dir...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-03 Ben Pfaffovsdb: Fix race conditions in test suite.
2009-12-03 Ben Pfaffovsdb-idl: Fix resolution of references from one table...
next