summaryrefslogtreecommitdiff
path: root/tests/ovsdb-idl.at
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl.at: Queue for termination all OVSDB IDL pids.Alin Gabriel Serdean2020-10-081-1/+1
* ovsdb-idl.at: Wait all servers to join the cluster.Flavio Leitner2020-09-091-21/+31
* ovsdb-server: Replace in-memory DB contents at raft install_snapshot.Dumitru Ceara2020-08-061-0/+1
* ovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONITOR_V3.Dumitru Ceara2020-06-151-0/+56
* tests/testsuite: Skip failing UT cases on aarch64Malvika Gupta2020-04-091-0/+1
* Handle refTable values with setkey()Terry Wilson2020-03-201-0/+13
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-148/+40
* python: Monitor Database table to manage lifecycle of IDL client.Ted Elhourani2019-03-221-30/+99
* ovsdb-idl.at: Increase timeouts for tests with multiple remotes.Ilya Maximets2018-12-271-2/+2
* ovsdb-idl.at: Better choosing of wrong ports.Ilya Maximets2018-12-271-6/+6
* ovsdb-idl.at: Add IDL tests for C library with TCP connection.Ilya Maximets2018-12-241-0/+36
* socket-util: Report POLLHUP as an error while connection completion checking.Ilya Maximets2018-12-241-0/+17
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-103/+46
* Test the Python C JSON extensionTerry Wilson2018-10-111-46/+103
* ovsdb-idl: Fix recently introduced Python 3 tests.Ben Pfaff2018-08-181-2/+2
* python jsonrpc: Allow jsonrpc_session to have more than one remote.Numan Siddique2018-08-141-0/+54
* ovs python: ovs.stream.open_block() returns success even if the remote is unr...Numan Siddique2018-08-141-0/+16
* ovsdb-idl.c: Fix IDL index problem when rows are updated.Han Zhou2018-08-131-12/+22
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-241-10/+10
* ovsdb-idl: Correct singleton insert logicMark Michelson2018-06-151-1/+28
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-1/+1
* tests: Extend Python IDL checks to also run with SSLJakub Sitnicki2018-04-181-27/+44
* tests: Reuse OVSDB_CHECK_IDL_PYN macro for IDL notify testsJakub Sitnicki2018-04-181-10/+1
* tests: Remove useless run-if-fail commands passed to AT_CHECKJakub Sitnicki2018-04-181-18/+18
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-1/+1
* tests: Add some Python3 test variants on ovsdb-idl.atTimothy Redaelli2018-03-141-20/+50
* python: Fix decoding error when the received data is larger than 4096.Guoshuai Li2018-03-091-0/+33
* tests: Convert uuidfilt utility from Perl to Python.Ben Pfaff2017-11-261-15/+15
* ovsdb-idl: fix index row setting with references.Han Zhou2017-10-301-0/+26
* python: make python idl unicode-tolerantLance Richardson2017-08-091-0/+13
* ovsdb-idl: Autogenerated functions for compound indexesLance Richardson2017-08-031-0/+282
* python ovs: Fix SSL exceptions with pyOpenSSL v0.13Numan Siddique2017-05-231-1/+1
* tests: Only run python SSL test if SSL support is configuredSimon Horman2017-05-041-0/+1
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-15/+15
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-7/+12
* tests: Get rid of overly specific --pidfile and --unixctl options.Ben Pfaff2016-10-121-55/+33
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-051-2/+28
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-4/+10
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-8/+12
* Simplify partial map Py3 IDL test added by commit a59912a0Ryan Moats2016-08-141-4/+4
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-0/+30
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-141-0/+36
* python tests: Skip TCP6 idl tests on WindowsPaul Boca2016-08-031-0/+1
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-0/+108
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-0/+136
* python: move Python idl to work with monitor_condLiran Schour2016-07-181-0/+97
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-181-5/+5
* 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