summaryrefslogtreecommitdiff
path: root/tests/test-ovsdb.py
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-8/+29
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-2/+18
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-041-1/+1
* ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-14/+32
* python: idl: Allow retry even when using a single remote.Ilya Maximets2021-06-111-1/+1
* ovsdb-idl: Preserve references for deleted rows.Dumitru Ceara2021-04-011-1/+27
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-011-39/+52
* python: Send notifications after the transaction ends.Terry Wilson2021-03-151-2/+6
* Handle refTable values with setkey()Terry Wilson2020-03-201-1/+22
* Remove dependency on python3-sixTimothy Redaelli2019-12-201-24/+17
* python: Monitor Database table to manage lifecycle of IDL client.Ted Elhourani2019-03-221-1/+66
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-1/+1
* stream: Allow timeout configuration for open_block.Ilya Maximets2019-01-101-1/+1
* tests: Enable logging for ovsdb test.Ilya Maximets2018-12-251-0/+5
* test-ovsdb.py: Add line breaks to the error messages.Ilya Maximets2018-12-201-4/+4
* Revert "Test the Python C JSON extension"Ilya Maximets2018-10-151-20/+2
* Test the Python C JSON extensionTerry Wilson2018-10-111-2/+20
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-1/+3
* python jsonrpc: Allow jsonrpc_session to have more than one remote.Numan Siddique2018-08-141-3/+10
* ovsdb-idl: Correct singleton insert logicMark Michelson2018-06-151-0/+10
* tests: Complain if key and certs not provided for SSL connectionJakub Sitnicki2018-04-181-0/+5
* python: Fix reporting that test-ovsdb.py command needs more argsJakub Sitnicki2018-04-181-1/+1
* Add multi-column index support for the Python IDLTerry Wilson2018-04-171-4/+3
* python: Force file system encoding on cmdline argsAlin Balutoiu2017-08-181-1/+2
* python: make python idl unicode-tolerantLance Richardson2017-08-091-1/+5
* Adapt to flake8-import-orderxurong000379972017-03-081-3/+4
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-12/+4
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-0/+36
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-051-0/+7
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-0/+6
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-31/+32
* Simplify partial map Py3 IDL test added by commit a59912a0Ryan Moats2016-08-141-1/+1
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-0/+88
* python tests: Implemented signal.alarm for WindowsPaul Boca2016-08-031-2/+2
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-12/+41
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-0/+35
* python: Add TCP passive-mode to IDL.Ofer Ben-Yacov2016-05-201-1/+47
* tests: Deal with Python output differences.Russell Bryant2016-02-221-1/+1
* python: Drop unicode type.Russell Bryant2016-02-021-3/+4
* python: Convert dict iterators.Russell Bryant2016-01-211-7/+8
* python: Fix print function compatibility.Russell Bryant2016-01-121-14/+16
* python: Fix exception handler compatibility.Russell Bryant2016-01-121-3/+3
* python: Resolve a deprecation warning.Russell Bryant2016-01-051-1/+1
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-051-15/+16
* python: Remove unused imports and variables.Russell Bryant2016-01-051-1/+0
* ovsdb-idl: Support for readonly columns that are fetched on-demandShad Ansari2015-11-231-39/+75
* ovsdb-idl: Test script for Python register_columns functionShad Ansari2015-10-131-2/+21
* test-ovsdb: Fix conditional statement.Alex Wang2015-04-291-1/+4
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-0/+17
* test-ovsdb: Workaround unicode bug in Python 2.4.x.Gurucharan Shetty2014-06-261-1/+1