neutron/neutron/tests/unit/api
Kevin Benton e64280858a Protect 'show' and 'index' with Retry decorator
Commit 77de9653fd added a RetryRequest
exception to the policy engine for when items disappeared during policy
enforcement lookups. However, the API was not catching them for the
show and list operations.

This patch adds the decorators to the two methods to catch any
retry exception that may be emitted from the policy engine or
wherever else.

Closes-Bug: #1528031
Change-Id: If4aea5245cdbb2ea545e9a96d73386e3c21a3696
(cherry-picked from 2a27361cf5)
2016-02-05 11:41:37 +00:00
..
rpc Add check that list of agents is not empty in _get_enabled_agents 2015-12-17 15:12:36 +00:00
v2 Protect 'show' and 'index' with Retry decorator 2016-02-05 11:41:37 +00:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_api_common.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_extensions.py Decentralize the managemement of service providers 2015-09-01 03:27:13 +00:00