ovsdbapp/ovsdbapp/tests/functional/backend/ovs_idl
Rodolfo Alonso Hernandez bc004045cd Add an active wait in the "Backend.lookup"
Added an active wait in the method "Backend.lookup". If a timeout
and a RowEventHandler instance, listening on the same IDL connection,
are passed, if the "lookup" method does not find the requested
register, the method creates a WaitEvent instance related to the
table and register requested.

If the wait event returns, the expected record will be stored in the
event "result" member and will be the value returned by this method.

If the wait event timeout expires, the method will throw an
``idlutils.RowNotFound`` exception.

Closes-Bug: #1922934

Change-Id: I580bfb640d8157b4e749d7b1fe5de7568e99943d
2021-04-28 08:53:09 +00:00
..
__init__.py Add indexed column support to ovsdbapp 2020-05-15 16:43:32 +00:00
test_backend.py Add an active wait in the "Backend.lookup" 2021-04-28 08:53:09 +00:00
test_connection.py Add update_tables method to Idl 2020-11-13 09:14:58 +00:00
test_indexing.py Correct variable names for test 2020-07-29 11:43:16 -05:00