summaryrefslogtreecommitdiff
path: root/tests/ovsdb-data.at
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-data: Add function to apply diff in-place.Ilya Maximets2021-09-241-0/+12
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-7/+2
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-051-3/+66
* tests: Fix typo: s/OSVDB/OVSDB/.Ben Pfaff2016-07-241-1/+1
* lib: add diff and apply diff APIs for ovsdb_datumAndy Zhou2015-12-111-0/+80
* ovsdb-date.at: convert tabs into spacesAndy Zhou2015-12-111-13/+13
* json: Fix error message for corner case in json_string_unescape().Ben Pfaff2015-05-291-0/+8
* tests: Skip "strings at least 2 characters long" test for narrow Python.Ben Pfaff2012-03-121-1/+6
* tests: Fix the two Python XFAIL tests.Ben Pfaff2011-05-241-6/+19
* python/ovs/ovsuuid: Fix behavior of UUID.from_json() with no symbol table.Ben Pfaff2011-03-101-0/+4
* tests: Fix tests with UCS-2 Python.Ethan Jackson2011-01-311-2/+2
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-51/+53
* ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff2010-07-121-0/+73
* tests: Avoid nonportable \x escapes in printf(1) invocation.Ben Pfaff2010-05-261-4/+4
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-251-1/+74
* ovsdb: Drop regular expression constraints.Ben Pfaff2010-02-251-31/+0
* ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff2010-02-081-10/+16
* ovsdb: Fix support for systems where libpcre is not installed.Ben Pfaff2010-02-081-5/+17
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-11/+158
* ovs-vsctl: Add tests for database commands.Ben Pfaff2010-01-281-28/+242
* ovsdb: Require column type "min" value be 0 or 1.Ben Pfaff2010-01-261-3/+3
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+259