heat/heat/tests/aws
Zane Bitter 764b8fb251 Use StackDefinition in intrinsic functions for resolving data
This unifies the 'lightweight stack' used in convergence with the how
things work the rest of the time: we now always obtain resource data from
the StackDefinition's ResourceProxy objects. This means that when we are
checking an individual resource, we will never create all of the other
Resource objects for the stack in memory (although we already avoided
loading data for them from the database) - now we will only create
ResourceProxy objects as needed.

Change-Id: Id7472557e26d172df88841ff7f20afdd7f5bfada
Implements: blueprint stack-definition
2017-07-21 10:30:34 -04:00
..
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00
test_eip.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_instance.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
test_instance_network.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_loadbalancer.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_network_interface.py Unit tests: compare stack names in PhysName 2016-03-10 13:07:29 -05:00
test_s3.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
test_security_group.py Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
test_user.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_volume.py Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 18:13:59 +05:30
test_waitcondition.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00