heat/heat/tests/api/openstack_v1
Crag Wolfe 3e30b16624 Omit rsrc prop data in rpc api for multiple events
The list_events rpc api no longer includes resource properties data
when returning multiple events. In the "show event" case where an event
uuid is included in the list_events request, the resource properties data
for that single event continues to be included in the output.

Note that there is no change in behaviour on the heat-api side (see
heat/api/openstack/v1/events.py). Previously when listing multiple
events, it had just been ignoring the resource properties data it
fetched from the list_events rpc api, not including it in the output
it returned (e.g., to python-heatclient).

Change-Id: I7ac83d848cdd0e6c313870c0a4d59a5d9b2301f5
Partial-Bug: #1665506
2017-03-01 10:05:37 -05:00
..
__init__.py Rename api unit test folder name 2015-07-12 23:47:13 -04:00
test_actions.py Fix [H405] pep rule in heat/tests 2015-10-12 14:08:16 +03:00
test_build_info.py Split OpenStack API V1 unit tests 2015-08-05 21:38:38 -04:00
test_events.py Omit rsrc prop data in rpc api for multiple events 2017-03-01 10:05:37 -05:00
test_resources.py Fix for resource search with invalid filter keys 2016-03-08 09:30:19 +05:30
test_routes.py Use oslo.utils.reflection to extract class name 2016-02-16 20:04:59 +08:00
test_services.py Split OpenStack API V1 unit tests 2015-08-05 21:38:38 -04:00
test_software_configs.py Split OpenStack API V1 unit tests 2015-08-05 21:38:38 -04:00
test_software_deployments.py Split OpenStack API V1 unit tests 2015-08-05 21:38:38 -04:00
test_stacks.py Includes project info while admin getting stacks 2016-11-30 14:15:06 +08:00
test_util.py Sync context with oslo.context 2016-06-17 11:46:00 +10:00
test_views_common.py py34: heat.tests.api (1) 2015-08-28 14:43:37 +05:30
test_views_stacks_view.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
tools.py Fix [H405] pep rule in heat/tests 2015-10-12 14:08:16 +03:00