summaryrefslogtreecommitdiff
path: root/tests/ovsdb-execution.at
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows.Ben Pfaff2020-01-161-0/+24
* tests: Convert uuidfilt utility from Perl to Python.Ben Pfaff2017-11-261-2/+2
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-141-0/+39
* ovsdb: Use better error message for "timeout" without waiting.Ryan Moats2016-08-131-3/+3
* tests: Automatically initialize OVS_*DIR vars when tests begin.Ben Pfaff2015-09-091-1/+0
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-1/+4
* invoke perl as ${PERL}YAMAMOTO Takashi2013-04-221-1/+1
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-0/+1
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-0/+43
* tests: Convert *_SCHEMA macros to shell functions.Ben Pfaff2012-03-071-41/+58
* ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff2011-06-061-1/+84
* ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff2011-05-311-1/+9
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-101-0/+182
* ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff2011-03-101-0/+14
* ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff2011-03-101-0/+19
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-151-1/+2
* Implement database schema versioning.Ben Pfaff2010-12-271-1/+2
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-221-1/+1
* tests: Fix bug in "weak references" test.Ben Pfaff2010-05-071-1/+2
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-181-2/+13
* ovsdb: Add support for weak references.Ben Pfaff2010-03-171-0/+162
* ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff2010-02-151-0/+16
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-52/+103
* 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-0/+112
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-1/+25
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-1/+1
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+24
* ovsdb: Add tests for file storage and for ovsdb-server.Ben Pfaff2009-11-161-80/+92
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+321