heat/heat/tests
Steven Hardy 0eaeeac888 engine : move update_template_diff functions into Resource
Move the update_template_diff and update_template_diff_properties
functions into resource.Resource - since they now raise
resource.UpdateReplace we can avoid ever calling handle_update if
the resource update will result in replacement

Note a further cleanup will probably be to combine the two diff
functions into one recursive diff, which will further simplify this

Change-Id: I839f0c4448a2d869f35e0a4f19d17f31c5c6f9af
2013-05-23 15:42:14 +01:00
..
policy heat api : Add policy.json authorization to cloudwatch API 2013-02-07 10:22:14 +00:00
templates tests : convert test_template_format to test-local templates 2013-05-08 12:39:47 +01:00
unit Remove the CheckedDict class 2012-11-05 17:56:09 +01:00
v1_1 Wait for any nova server status that makes sense 2013-05-07 17:37:31 +00:00
__init__.py Enable running tests via testr 2013-04-30 13:51:07 -07:00
common.py Removing all prints and capturing logging 2013-04-30 13:51:31 -07:00
fakes.py heat cleanups to align unit tests with pep8 1.3.4 2012-12-20 09:26:16 +00:00
generic_resource.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_api_aws.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_api_cfn_v1.py Fix PEP H101 (Use TODO(NAME)) 2013-05-21 21:15:33 +10:00
test_api_cloudwatch.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_api_ec2token.py heat api : Update ec2token middleware for v4 signatures 2013-05-01 18:29:01 +01:00
test_api_openstack_v1.py api : Fix template-show partial URL redirect 2013-05-13 12:10:17 +01:00
test_auth_password.py Support password authentication. 2013-05-06 15:38:13 -04:00
test_autoscaling.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_cli.py Give each cli its own test. 2013-05-06 10:53:56 +12:00
test_common_policy.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_cw_alarm.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_dbinstance.py heat tests : convert most tests to inline templates 2013-05-03 17:37:33 +01:00
test_dependencies.py Fix error in Dependencies representation 2013-05-17 08:14:10 -07:00
test_eip.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_engine_api_utils.py Fix "No handlers could be found" warnings 2013-05-01 00:59:03 -07:00
test_engine_service.py Remove unrelated tracebacks from test output 2013-05-22 10:23:50 +02:00
test_event.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_identifier.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_instance.py heat tests : add coverage for instance UpdateReplace 2013-05-23 15:42:14 +01:00
test_instance_group.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_instance_network.py Implement the SubnetId property in the Instance resource 2013-05-10 08:00:40 -07:00
test_loadbalancer.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_loguserdata.py Use python logging for loguserdata.py, log to console 2013-05-15 11:57:05 +12:00
test_metadata_refresh.py engine : rename check_active to make it more generic 2013-05-13 14:45:56 +01:00
test_nested_stack.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_nokey.py tests : convert most remaining tests to inline templates 2013-05-08 08:32:16 +01:00
test_parameters.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_parser.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_plugin_loader.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_properties.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_quantum.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_resource.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_rpc_client.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_s3.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_scheduler.py Add a timeout option to the scheduler 2013-05-13 17:55:46 +02:00
test_security_group.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_short_id.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_swift.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_template_format.py Align usage of test skipping. 2013-05-17 08:14:10 -07:00
test_urlfetch.py Remove use of nose attrib plugin and most unittest 2013-04-30 13:51:31 -07:00
test_user.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_validate.py Cleaned up some simple hacking/pyflakes errors. 2013-05-16 09:11:15 -07:00
test_volume.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_vpc.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_waitcondition.py engine : move update_template_diff functions into Resource 2013-05-23 15:42:14 +01:00
test_watch.py Depend on discover to fix python2.6 tests 2013-05-02 22:11:48 +02:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py Merge "tests : utils parse stack specify tenant in context" 2013-05-08 01:42:53 +00:00