tricircle/tricircle/tests/unit/common
zhiyuan_cai 2ceebb04e6 Fix list port failure due to dummy pod entry
1. What is the problem?
If a dummy pod whose region doesn't register any endpoints in Keystone
is created via pod API, port list request to central Neutron server will
fail with EndpointNotFound error.

2. What is the solution to the problem?
Instead of raising EndpointNotFound error, client returns default value
(None or empty list).

3. What the features need to be implemented to the Tricircle
   to realize the solution?
Handle functions in client module return default value when endpoint
url for given service and pod is not found in Keystone.

Change-Id: I3b3667c08cf7a57de35bb49548f41742aeb5e25b
Closes-Bug: #1652588
2017-01-05 14:19:55 +08:00
..
__init__.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
test_client.py Fix list port failure due to dummy pod entry 2017-01-05 14:19:55 +08:00
test_exception.py Exception base class refactory 2016-03-31 10:43:50 +08:00
test_httpclient.py Clean useless tables in Tricircle after splitting 2017-01-05 09:53:45 +08:00
test_policy.py Support policy control on Admin-API request 2016-09-17 23:21:48 -04:00