heat/heat/tests/api/cfn
Rico Lin 11efe222b3 support list resources with details
Currently, users can list resources without details, or show
specific resource with details. However, they cannot list all
resources with details. It is desirable to support that.
With consistency concern, we should use {list URI}/detail as
pattern for resources detail list just like other detail list
API, but this pattern will conflict with
{resources list URI}/{resource name} when resoruce name
is 'detail', so implement this feature as a param in list API
seems to be this only option in this case.

DocImpact
APIImpact

Change-Id: I59f464d1803009d7ae2ec35d9fdf0671096967e4
Closes-Bug: #1467268
2015-07-08 17:22:33 +08:00
..
__init__.py Move all api tests to /tests/api 2015-07-08 09:31:17 +05:30
test_api_cfn_v1.py support list resources with details 2015-07-08 17:22:33 +08:00