summaryrefslogtreecommitdiff
path: root/tests/reconnect.at
Commit message (Expand)AuthorAgeFilesLines
* reconnect: Fix broken inactivity probe if there is no other reason to wake up.Ilya Maximets2022-02-241-21/+81
* reconnect: Add Python implementation of received_attempt(), and test.Ben Pfaff2021-01-071-6/+37
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-11/+2
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-241-2/+2
* reconnect: Add ability to do a number of retries without backoff.Ben Pfaff2018-03-241-1/+55
* reconnect.at: Run tests for Python 2 and 3.Russell Bryant2016-02-221-1/+7
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-1/+1
* reconnect: Rename reconnect_received() to reconnect_activity().Ben Pfaff2012-09-071-34/+34
* ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans2011-03-141-85/+39
* reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).Andrew Evans2011-03-101-32/+32
* reconnect: Track last-disconnected time.Andrew Evans2011-03-091-0/+53
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-3/+15
* reconnect: Refactor tests to use common macro.Ben Pfaff2010-08-251-73/+46
* reconnect: Implement "passive mode".Ben Pfaff2010-04-121-0/+120
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-10/+10
* reconnect: Fix repeated RECONNECT_CONNECT that was confusing JSON-RPC.Ben Pfaff2010-01-111-40/+32
* reconnect: Add connection attempt limiting feature.Ben Pfaff2010-01-041-0/+80
* New "reconnect" library for managing network connection attempts.Ben Pfaff2009-11-121-0/+1039