deb-heat/heat/tests
2014-12-08 02:35:52 +00:00
..
autoscaling Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
db Pickup the region name passed in from heatclient 2014-11-28 14:46:25 +08:00
policy Add check_is_admin to common.policy.Enforcer 2013-11-27 22:30:59 +00:00
templates "version" section should be required in template 2014-01-24 09:47:55 +08:00
v1_1 Reduce V1.1 test fakes complexity to below 20 2014-12-04 10:16:00 +08:00
__init__.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
common.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
fakes.py Catch correct exception for Cinder api version detection 2014-10-17 14:39:25 -05:00
generic_resource.py Make sure that the properties are stored on updates 2014-10-10 12:04:18 +10:00
test_api_aws.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_api_cfn_v1.py Add stack_user_project_id to _create_stack RPC interface 2014-12-04 21:43:57 +10:00
test_api_cloudwatch.py Always import heat.rpc.api as rpc_api 2014-12-01 16:28:51 -06:00
test_api_ec2token.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_api_openstack_v1_util.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_api_openstack_v1_views_stacks_view_builder.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_api_openstack_v1_views_views_common.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_api_openstack_v1.py Add stack_user_project_id to _create_stack RPC interface 2014-12-04 21:43:57 +10:00
test_attributes.py Hide warning for old style attribute schema test 2014-06-18 08:58:45 +00:00
test_auth_password.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_auth_url.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
test_autoscaling_update_policy.py Merge "Extract group functions into a utility module." 2014-12-04 07:43:39 +00:00
test_autoscaling.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_ceilometer_alarm.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_cinder_client.py Add cinder snapshot custom constraint 2014-12-04 02:44:28 +00:00
test_clients.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_cloud_config.py Include group argument in calls to create_software_config 2014-11-19 11:18:50 +13:00
test_cloudwatch.py Implement handle_check for CloudWatch 2014-11-11 14:27:37 -05:00
test_common_context.py Pickup the region name passed in from heatclient 2014-11-28 14:46:25 +08:00
test_common_param_utils.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_common_policy.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_common_serializers.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_constraints.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
test_cw_alarm.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_dbinstance.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_dependencies.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_eip.py Apply nova server constraints for resources 2014-12-03 01:54:46 +00:00
test_empty_stack.py Fix updating from an empty stack 2014-07-17 21:35:17 +10:00
test_engine_api_utils.py Expose resource attributes in the engine 2014-12-04 11:51:34 -05:00
test_engine_service.py Merge "Use template directly instead of stack.tmpl" 2014-12-08 02:35:52 +00:00
test_environment_format.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_environment.py Pass list of parameters to engine service to reset 2014-09-15 17:51:32 -07:00
test_event.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_exception.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
test_fault_middleware.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_function.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_glance_client.py Move ImageConstraintTest to test_glance_client.py 2014-11-18 01:19:00 +00:00
test_glance_image.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_grouputils.py Extract group functions into a utility module. 2014-12-04 10:39:31 +08:00
test_heat_autoscaling_group.py Extract group functions into a utility module. 2014-12-04 10:39:31 +08:00
test_heatclient.py Merge "Make all assertEqual() calls conform to convention" 2014-12-03 13:05:48 +00:00
test_hot.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_identifier.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_instance_group_update_policy.py Merge "Extract group functions into a utility module." 2014-12-04 07:43:39 +00:00
test_instance_group.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_instance_network.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_instance.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_iso_8601.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_lifecycle_plugin_utils.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_loadbalancer.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
test_loguserdata.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_metadata_refresh.py Apply nova flavor constraint for resources 2014-12-03 01:55:05 +00:00
test_multi_part.py Use correct IDs when collecting multipart config parts 2014-11-25 11:02:08 +13:00
test_nested_stack.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_network_interface.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_neutron_autoscaling.py Apply nova flavor constraint for resources 2014-12-03 01:55:05 +00:00
test_neutron_client.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_neutron_firewall.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_neutron_loadbalancer.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_neutron_metering.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_neutron_network_gateway.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_neutron_security_group.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_neutron_vpnservice.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_neutron.py Merge "Support vnic_type in OS::Neutron::Port" 2014-12-01 12:19:34 +00:00
test_nokey.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_notifications.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_nova_client.py Add serial console url attribute for nova server 2014-12-04 10:11:46 +00:00
test_nova_floatingip.py Apply nova server constraints for resources 2014-12-03 01:54:46 +00:00
test_nova_keypair.py Merge "Remove KeypairConstraint and FlavorConstraint to nova.py" 2014-11-21 09:24:09 +00:00
test_nova_servergroup.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_nova_utils.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_os_database.py Pass status reason when trove misbehaves 2014-12-03 07:54:51 -06:00
test_parameters.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_parser.py Convert x.iteritems() to six.iteritems(x) 2014-12-04 13:21:12 +03:00
test_plugin_loader.py Skip tests when loading plugins 2014-04-30 23:19:57 +02:00
test_plugin_manager.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_properties.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_provider_template.py Merge "Add support for pass through references" 2014-12-04 18:44:43 +00:00
test_random_string.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_resource_group.py ResourceGroup allow update of resource_def 2014-12-02 12:18:10 +00:00
test_resource.py Merge "Failed res no need UpdateReplace which has nested_stack" 2014-12-02 12:25:59 +00:00
test_restarter.py Apply nova server constraints for resources 2014-12-03 01:54:46 +00:00
test_rpc_client.py Add stack_user_project_id to _create_stack RPC interface 2014-12-04 21:43:57 +10:00
test_rsrc_defn.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
test_s3.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_sahara_cluster.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_sahara_templates.py Support availability zones in Node Group Templates 2014-11-26 10:52:51 +02:00
test_scaling_template.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_scheduler.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_security_group.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_server_tags.py Apply nova flavor constraint for resources 2014-12-03 01:55:05 +00:00
test_server.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_short_id.py Order imports in alphabetical order (9/9) 2014-05-22 16:49:51 +03:00
test_signal.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_software_component.py Use RPC directly for software config operations 2014-11-12 10:16:00 +13:00
test_software_config.py Use RPC directly for software config operations 2014-11-12 10:16:00 +13:00
test_software_deployment.py Apply nova server constraints for resources 2014-12-03 01:54:46 +00:00
test_sqlalchemy_api.py Merge "Make all assertEqual() calls conform to convention" 2014-12-03 13:05:48 +00:00
test_sqlalchemy_filters.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_sqlalchemy_types.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
test_ssl_middleware.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_stack_lock.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_stack_resource.py Use template directly instead of stack.tmpl 2014-12-05 16:12:25 +08:00
test_stack_user.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_structured_config.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_support.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_swift_client.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_swift.py Implement handle_check for OS::Swift::Container 2014-11-11 14:34:06 -05:00
test_swiftsignal.py Use template directly instead of stack.tmpl 2014-12-05 16:12:25 +08:00
test_template_format.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_template.py Remove vim headers 2014-10-16 17:54:42 +03:00
test_timeutils.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_urlfetch.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_user.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_validate.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_version_negotiation_middleware.py Fix [H302] errors in heat/tests 2014-11-26 16:43:56 +03:00
test_volume.py Apply cinder snapshot custom constraint 2014-12-05 01:58:20 +00:00
test_vpc.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_waitcondition.py Make all assertEqual() calls conform to convention 2014-12-03 19:07:26 +08:00
test_watch.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
test_wsgi.py Don't import HeatTestCase directly 2014-10-22 14:15:11 +08:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py Pickup the region name passed in from heatclient 2014-11-28 14:46:25 +08:00