summaryrefslogtreecommitdiff
path: root/tests/ovsdb-idl.at
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix issue in use of OVS_APP_EXIT_AND_WAIT.Lance Richardson2016-06-231-21/+21
* tests: Use on_exit in ovsdb-idl tests.Daniele Di Proietto2016-05-231-40/+51
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-201-0/+29
* tests: Add test for partial map updates.Edward Aymerich2016-05-181-0/+33
* ovsdb-idl.at: Run tests with both Python 2 and 3.Russell Bryant2016-02-221-16/+40
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-121-0/+11
* lib: add monitor2 support in ovsdb-idl.Andy Zhou2015-12-111-5/+5
* tests: Make parse_listening_port entirely reliable.Ben Pfaff2015-11-261-2/+2
* ovsdb-idl: Add support for change tracking.Shad Ansari2015-11-231-0/+120
* ovsdb-idl: Support for readonly columns that are fetched on-demandShad Ansari2015-11-231-0/+47
* ovsdb-idl: Test script for Python register_columns functionShad Ansari2015-10-131-0/+17
* tests: Automatically initialize OVS_*DIR vars when tests begin.Ben Pfaff2015-09-091-8/+0
* tests: Skip IPv6 tests if the system does not support IPv6.Ben Pfaff2015-07-131-0/+1
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-0/+17
* ovsdb-idl: Tolerate missing tables and columns.Ben Pfaff2015-03-311-0/+75
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-2/+2
* tests: Change to parse dynamically allocated ports on windows.Gurucharan Shetty2014-05-151-2/+2
* tests: Don't rely on strace for IPv6 IDL testcases.Joe Stringer2014-02-081-1/+1
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-1/+24
* invoke perl as ${PERL}YAMAMOTO Takashi2013-04-221-3/+3
* tests: Avoid race conditions, by letting the kernel choose ports to bind.Ben Pfaff2013-04-181-3/+4
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-0/+4
* python/ovs/stream: teach stream.py tcp socketIsaku Yamahata2012-10-151-1/+21
* python/ovs/db/idl: getattr(Row) raises TypeError, not AttributeError.Isaku Yamahata2012-09-271-0/+9
* python/ovs/db/idl.py: Transaction._substitute doesn't handle list/tupleIsaku Yamahata2012-09-121-0/+10
* tests: Invoke daemons with --no-chdir so core files appear in test dir.Ben Pfaff2012-08-161-2/+2
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-2/+2
* Use `pwd` in place of $PWD, treewide.Ben Pfaff2012-03-131-2/+2
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-1/+1
* python: Implement write support in Python IDL for OVSDB.Ben Pfaff2011-09-231-9/+30
* ovsdb-idl: Plug hole in state machine.Ben Pfaff2011-06-211-0/+28
* Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff2011-05-231-14/+14
* ovsdb-idl: Test prerequisite checking.Ben Pfaff2010-10-221-2/+33
* tests: Fix occasional failure of "self-linking idl, inconsistent ops" test.Ben Pfaff2010-06-231-6/+10
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-221-5/+5
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-25/+50
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-6/+2
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-42/+46
* ovsdb: Fix result object for "declare" operation.Ben Pfaff2010-02-081-1/+1
* tests: Always make ovsdb-server exit cleanly, to better find memory leaks.Ben Pfaff2010-02-021-5/+5
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-2/+2
* Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff2010-01-261-11/+2
* ovsdb-server: Make database connections configurable from database itself.Ben Pfaff2010-01-041-1/+1
* testsuite: Look for .ovsschema files in source dir as well as build dir.Ben Pfaff2009-12-171-2/+11
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-161-0/+11
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-071-3/+32
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-071-8/+8
* ovsdb: Fix race conditions in test suite.Ben Pfaff2009-12-031-1/+1
* ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff2009-12-031-47/+63
* ovsdb: Implement C bindings for IDL.Ben Pfaff2009-12-021-0/+266