deb-heat/heat/tests
Liang Chen d899f8d9b7 Impose a size limit on JSON request body
The size limit on JSON request body is to ensure the server not being
overwhelmed by extremly large JSON request body.

Fixes bug #1215501

Change-Id: Ia58f6690e994d34212953c44821f7a4cc4c435fe
2013-09-11 10:51:47 +08:00
..
policy heat api : Add policy.json authorization to cloudwatch API 2013-02-07 10:22:14 +00:00
templates Rename Quantum to Neutron 2013-08-06 22:08:27 -07:00
unit Remove the CheckedDict class 2012-11-05 17:56:09 +01:00
v1_1 Implement native nova server resource 2013-08-29 10:23:34 +12:00
__init__.py Enable running tests via testr 2013-04-30 13:51:07 -07:00
common.py Make global TemplateResources usable in the tests 2013-09-07 11:04:35 +12:00
fakes.py Migrate stored credentials to keystone trusts 2013-09-04 00:12:07 +01:00
generic_resource.py unit tests: Add a handle_delete method to GenericResource 2013-08-02 18:57:01 +02:00
test_api_aws.py tests : fix cut/paste test name shadowing 2013-06-03 23:57:33 +01:00
test_api_cfn_v1.py Fix CFN API error responses 2013-08-29 00:12:46 +08:00
test_api_cloudwatch.py Port policy from oslo and refactor heat policy 2013-08-12 13:19:55 +08:00
test_api_ec2token.py EC2token middleware implement multi-cloud auth 2013-08-22 11:10:22 +12:00
test_api_openstack_v1.py Make logical_resource_id renaming backward compatible 2013-08-27 13:05:05 +08:00
test_attributes.py Clean up the attributes module 2013-07-31 13:04:47 +02:00
test_auth_password.py Run cfg.CONF.reset() on test cleanup 2013-09-06 11:42:36 +12:00
test_autoscaling_update_policy.py Add UpdatePolicy attribute to Instance/AutoScalingGroup 2013-08-21 16:06:32 -07:00
test_autoscaling.py Change _testnoexisthost_ references in tests 2013-09-04 00:12:07 +01:00
test_ceilometer_alarm.py Change _testnoexisthost_ references in tests 2013-09-04 00:12:07 +01:00
test_cloud_loadbalancer.py Move the random_name() function from loadbalancer to utils 2013-07-31 21:25:41 +10:00
test_clouddatabase.py Handling re-delete in rackspace db resource 2013-08-21 08:55:53 -05:00
test_cloudwatch.py Fix a timing sensive cloudwatch testcase 2013-07-26 13:11:29 +10:00
test_common_policy.py Port policy from oslo and refactor heat policy 2013-08-12 13:19:55 +08:00
test_components.py Hot SoftwareConfig model part 2013-08-13 18:24:36 +08:00
test_cw_alarm.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_dbinstance.py Move dbinstance into a TemplateResource 2013-09-07 11:04:39 +12:00
test_dependencies.py Make the API for getting dependency graph edges public 2013-08-22 15:02:08 +02:00
test_eip.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_engine_api_utils.py Remove unnecessary individual import tests.utils.X 2013-08-09 08:49:42 +08:00
test_engine_service.py Only validate credentials on create based on resources 2013-09-06 11:42:36 +12:00
test_environment_format.py Add an environment_format.py like the template one 2013-08-22 08:25:20 +10:00
test_environment.py Load deployer/global environment files at startup 2013-08-22 08:25:20 +10:00
test_event.py Rename event logical_resource_id to resource_name 2013-08-23 09:27:07 +08:00
test_exception.py Evaluate lazy translation in exception __str__ 2013-08-23 23:02:06 +08:00
test_fault_middleware.py Add unittests for faultwrap middleware 2013-08-08 17:39:39 +08:00
test_heatclient.py Run cfg.CONF.reset() on test cleanup 2013-09-06 11:42:36 +12:00
test_hot.py Adding HOT str_replace and get_resource functions 2013-08-13 08:41:10 +02:00
test_identifier.py Migrate test base class to testtools. 2013-05-25 09:43:40 +02:00
test_instance_group_update_policy.py Add UpdatePolicy attribute to Instance/AutoScalingGroup 2013-08-21 16:06:32 -07:00
test_instance_group.py Allow resources to be updated in parallel 2013-08-30 20:51:03 +02:00
test_instance_network.py Remove unnecessary individual import tests.utils.X 2013-08-09 08:49:42 +08:00
test_instance.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_iso8601_utils.py Support ISO8601 duration format for UpdatePolicy PauseTime 2013-09-01 13:20:40 -07:00
test_loadbalancer.py Change _testnoexisthost_ references in tests 2013-09-04 00:12:07 +01:00
test_loguserdata.py Revert "Replace part_handler.py with write-files cloudinit mechanism" 2013-08-05 12:13:59 -05:00
test_metadata_refresh.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_nested_stack.py Update nested stacks in parallel 2013-09-04 10:44:43 +02:00
test_neutron_firewall.py Allow resources to be updated in parallel 2013-08-30 20:51:03 +02:00
test_neutron_loadbalancer.py Allow resources to be updated in parallel 2013-08-30 20:51:03 +02:00
test_neutron_vpnservice.py Adding IPsec site connection to Heat resources 2013-09-05 10:57:16 +12:00
test_neutron.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_nokey.py Remove unnecessary individual import tests.utils.X 2013-08-09 08:49:42 +08:00
test_nova_utils.py Change _testnoexisthost_ references in tests 2013-09-04 00:12:07 +01:00
test_parameters.py Fix test cases pass dict schema directly as parameter schema object 2013-08-07 14:09:40 +08:00
test_parser.py Only validate credentials on create based on resources 2013-09-06 11:42:36 +12:00
test_plugin_loader.py Migrate test base class to testtools. 2013-05-25 09:43:40 +02:00
test_properties.py Include Description in conversion from legacy Property schema 2013-08-26 12:29:06 +02:00
test_provider_template.py Fix TemplateResource list property conversion 2013-09-05 20:09:47 +10:00
test_rackspace_cloud_server.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_resource.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_rpc_client.py RPC: Add an RPC call to get a resource type schema 2013-08-12 09:51:45 +02:00
test_s3.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_scheduler.py Use print_function compatible syntax 2013-06-24 15:41:51 +02:00
test_security_group.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_server_tags.py Updated LaunchConfig for AutoScaling UpdatePolicy 2013-08-15 08:58:42 -07:00
test_server.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_short_id.py Migrate test base class to testtools. 2013-05-25 09:43:40 +02:00
test_signal.py Only validate credentials on create based on resources 2013-09-06 11:42:36 +12:00
test_sqlalchemy_api.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_stack_resource.py Update nested stacks in parallel 2013-09-04 10:44:43 +02:00
test_swift.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_template_format.py Set a small max_template_size for test_long_yaml 2013-09-06 11:42:36 +12:00
test_urlfetch.py Add support for local file urls 2013-08-28 11:00:48 +10:00
test_user.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_validate.py Fix incorrect use of ServerError 2013-08-21 14:12:11 +01:00
test_volume.py parallelize volume deletion 2013-09-04 15:02:26 -05:00
test_vpc.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_waitcondition.py Implement parallel delete 2013-09-04 15:02:02 -05:00
test_watch.py To support both CW and CM, return alarmurl from policy ref 2013-08-23 10:41:36 +10:00
test_wsgi.py Impose a size limit on JSON request body 2013-09-11 10:51:47 +08:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py Change _testnoexisthost_ references in tests 2013-09-04 00:12:07 +01:00