heat/heat/tests/engine/service
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 Split engine service test cases (8) 2015-08-20 21:19:59 -04:00
test_service_engine.py Cleanup service usage 2016-11-03 07:59:10 +01:00
test_software_config.py Returns project info while getting sd with admin context 2016-12-23 01:13:38 +00:00
test_stack_action.py Use EntityNotFound instead of StackNotFound. 2015-11-19 14:51:22 +08:00
test_stack_adopt.py Convergence: Fix unit tests 2016-06-06 14:15:02 +05:30
test_stack_create.py Avoid re-validating resources in nested stacks 2016-11-28 09:56:01 -05:00
test_stack_delete.py Increase the timeout for the stop_stack message 2016-09-22 09:45:08 -04:00
test_stack_events.py Omit rsrc prop data in rpc api for multiple events 2017-03-01 10:05:37 -05:00
test_stack_resources.py To reset metadata for resources when mark unhealthy 2017-01-04 11:18:00 +00:00
test_stack_snapshot.py Clean up tests setup 2016-06-10 10:49:10 +03:00
test_stack_update.py Fix for resources stuck in progress after engine crash 2017-01-23 13:01:14 -06:00
test_stack_watch.py Remove tenant_safe flag from rpc and db api 2016-08-16 12:38:33 +05:30
test_threadgroup_mgr.py Use a queue instead of an event to send messages 2016-07-18 16:26:17 -04:00