octavia-lib/octavia_lib/tests/unit/api/drivers
Michael Johnson d700c00a90 Add get methods to the driver-lib
This patch adds get methods to the driver-lib which allows provider
drivers to query for objects by ID.
In support of the get methods, this patch fixes a bug in the data
model to_dict() where it may not properly recurse the objects.
It also improves connecting to the driver agent sockets and adds a
timeout while waiting to receive data from the driver-agent.

Change-Id: Ia69d1f61571a1a65dee585037affb317999d7ade
Story: 2005870
Task: 33682
2019-07-29 11:29:22 -07:00
..
__init__.py Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
test_data_models.py Merge "Add 'additional_vips' field to driver datamodel" 2019-06-07 22:39:37 +00:00
test_driver_lib.py Add get methods to the driver-lib 2019-07-29 11:29:22 -07:00
test_exceptions.py Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
test_provider_base.py Initial provider driver library checkin 2018-11-12 10:39:44 -08:00