]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add more unit tests for the engine API
authorZane Bitter <zbitter@redhat.com>
Wed, 4 Jul 2012 14:16:16 +0000 (16:16 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 4 Jul 2012 16:35:19 +0000 (18:35 +0200)
commitc4cb6bd39590edb4a61f645209715f9577f61324
tree9b93fe2c4c036ce94019831c229bcbc6ba61cb20
parent9c7c0dea6233e42bf5db3c7714b2bb7ce120f242
Add more unit tests for the engine API

Verify the following endpoints:
 - list_stack_resources
 - describe_stack_resources
 - describe_stack_resource

Additionally, check for presence of the correct output keys from the
following endpoints:
 - list_stacks
 - show_stack

Note that some tests are commented out because they are currently failing.
This will be fixed in a future patch.

Change-Id: I1c8c46283c1217789e3d4dea7aeac11c991bcef4
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/tests/test_stacks.py