heat/heat/tests
Wang Muyu b070ed0286 Improve unit tests to succeed without hash tweak
PYTHONHASHSEED was set to 0 to disable hash randomization, because some
tests assertions were order sensitive. This commit is to improve the
assertions, so the PYTHONHASHSEED hack in tox.ini is not needed.

Change-Id: I4ff09d202af818d27321e8e83718e82d0c48e3d2
Closes-Bug: 1348818
2015-08-19 10:52:08 -04:00
..
api Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
autoscaling py34: heat.tests.autoscaling 2015-08-06 22:37:57 +05:30
aws Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
barbican Merge "Add show resource function to Barbican" 2015-08-19 07:23:01 +00:00
ceilometer Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
cinder Add _show_resource function to Cinder resources (6) 2015-08-04 10:47:53 +08:00
clients Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
constraints move ceilometer constraints to common constraint 2015-08-03 13:18:31 +08:00
db Merge "Add batching for heat-manage encrypt/decrypt" 2015-08-05 05:00:16 +00:00
engine Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
keystone Use default_client_name for keystone 2015-07-21 17:24:33 +03:00
magnum Add show_resource function to Magnum resources (8) 2015-08-04 13:19:06 +03:00
manila Add show_resource function to Manila resources (5) 2015-08-03 15:57:01 +00:00
mistral Add show_resource function to Mistral resources (4) 2015-08-10 19:30:55 +03:00
neutron Add base resolve method for attributes 2015-08-03 08:19:11 -04:00
nova Do not use rich objects is servers update 2015-08-18 19:24:02 +03:00
openstack Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
policy Add check_is_admin to common.policy.Enforcer 2013-11-27 22:30:59 +00:00
templates Fixes JSON to YAML conversion bug 2015-06-25 07:32:34 -07:00
__init__.py Override mox in sys.modules to mox3 in a py3 env 2015-07-02 11:41:49 +05:30
common.py Merge "Support attributes with dynamic scheme" 2015-08-11 15:18:55 +00:00
fakes.py Move signals to SignalResponder class 2015-07-14 10:41:30 -07:00
generic_resource.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_attributes.py Support attributes with dynamic scheme 2015-08-10 12:17:01 +03:00
test_auth_password.py py34: test_auth_* 2015-08-05 10:29:16 +05:30
test_auth_url.py Merge "Correctly determine keystone v3 endpoint" 2015-08-13 03:37:24 +00:00
test_cloud_config.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
test_cloudwatch.py Disable cloud-watch-lite by default 2015-05-31 17:36:13 +08:00
test_common_context.py Correctly determine keystone v3 endpoint 2015-08-12 21:00:04 +00:00
test_common_param_utils.py Raise HTTPBadRequest instead of ValueError for API validation 2015-05-27 03:48:44 +00:00
test_common_policy.py Switch to oslo.policy 2015-05-29 09:01:45 +00:00
test_common_serializers.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_common_service_utils.py heat-manage service list 2015-02-02 13:05:46 +05:30
test_constraints.py Catch warnings consistently during tests 2015-05-14 17:35:08 +10:00
test_convg_stack.py Convergence: Tests for convergence graph 2015-08-13 12:07:46 +00:00
test_crypt.py Add a new crypt method using cryptography 2015-07-07 10:06:47 +02:00
test_cw_alarm.py Move heat resources 2015-03-06 11:05:27 +08:00
test_dbinstance.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
test_empty_stack.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
test_engine_api_utils.py Merge "Refactor format_resource_attributes" 2015-08-11 15:18:32 +00:00
test_engine_service.py Merge "py34: test_hot and test_validate" 2015-08-14 03:57:35 +00:00
test_engine_service_stack_watch.py Catch warnings consistently during tests 2015-05-14 17:35:08 +10:00
test_environment.py Remove patch_previous_parameters() from Environment 2015-07-28 15:42:54 -04:00
test_environment_format.py py34: test_environment* 2015-08-01 20:50:54 +05:30
test_event.py Coverage: Additional test coverage for engine event 2015-06-17 23:29:42 +05:30
test_exception.py Produce more meaningful exception messages in nested stacks 2015-06-24 08:52:08 +10:00
test_fault_middleware.py Separate message and traceback even if not a remote error 2015-03-16 11:16:38 -05:00
test_function.py Move internal test resources to generic_resource 2015-07-24 09:30:06 -04:00
test_glance_image.py Merge "Add show_resource function to Glance resources (2)" 2015-08-04 01:52:32 +00:00
test_grouputils.py Move internal test resources to generic_resource 2015-07-24 09:30:06 -04:00
test_hot.py py34: test_hot and test_validate 2015-08-13 13:59:19 +05:30
test_identifier.py Coverage: Full coverage for heat identifier 2015-06-29 00:01:04 +05:30
test_instance_group.py Fix formula for calc update_timeout in instance group 2015-07-28 09:41:28 -04:00
test_instance_group_update_policy.py Novaclient v2 instead of v1_1 2015-04-03 11:24:59 +02:00
test_lifecycle_plugin_utils.py Enable H904 style checking rule 2015-01-20 11:14:06 +02:00
test_loguserdata.py Enable H305 and H307 style checks 2015-01-20 09:47:25 +02:00
test_metadata_refresh.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_multi_part.py Fix unsupported format character error for multipart mime 2015-07-20 09:05:40 +05:30
test_nested_stack.py Correct stack identity when delete nested 2015-07-28 16:39:01 +08:00
test_nokey.py Novaclient v2 instead of v1_1 2015-04-03 11:24:59 +02:00
test_none_resource.py Add OS::Heat::None resource 2015-07-21 14:37:27 +01:00
test_notifications.py Reduce size of stack_identity in heat notifications 2015-06-29 13:14:50 +00:00
test_os_database.py py34: heat.tests.test_os_database 2015-08-14 12:09:28 +05:30
test_parameters.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_plugin_loader.py Use HeatTestCase as parent instead of testtools 2015-03-31 15:17:29 +00:00
test_properties.py Merge "Add to TranslationRule REPLACE rule value_path del" 2015-08-01 00:52:53 +00:00
test_provider_template.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_random_string.py Add HIDDEN status to RandomString sequence 2015-07-20 10:53:55 +03:00
test_remote_stack.py Produce more meaningful exception messages in nested stacks 2015-06-24 08:52:08 +10:00
test_resource.py Add base_attributes_schema to documentation 2015-08-14 12:00:28 +03:00
test_resource_group.py Add option to specify metadata for RG resources 2015-08-14 08:52:54 +05:30
test_restarter.py Stop monkey-patching global namespace 2015-05-28 13:05:15 +00:00
test_rpc_client.py Add cancel_with_rollback flag to stack cancel update 2015-08-01 23:20:32 +08:00
test_rpc_listener_client.py Move listener rpc client to rpc/listener_client.py 2015-06-19 08:24:19 +05:30
test_rpc_worker_client.py Remove return for rpc casts in rpc worker client 2015-03-24 23:17:19 +05:30
test_rsrc_defn.py Add deprecation warning for ResourceDefinition 2015-06-04 09:34:03 -04:00
test_sahara_cluster.py Produce more meaningful exception messages in nested stacks 2015-06-24 08:52:08 +10:00
test_sahara_templates.py py34: test_sahara/software_deployment 2015-08-06 22:37:37 +05:30
test_scaling_template.py Change instances of x.next() to next(x) 2015-04-24 11:49:36 +05:30
test_server_tags.py Retain references to stacks in all unit tests 2015-05-14 16:55:12 -04:00
test_short_id.py Port short_id to return unicode 2015-07-09 07:15:49 +00:00
test_signal.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_software_component.py Improve StackValidationFailed response in properties 2015-04-10 15:42:21 +03:00
test_software_config.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
test_software_deployment.py py34: test_sahara/software_deployment 2015-08-06 22:37:37 +05:30
test_stack.py Allow empty/None output values 2015-08-19 12:22:19 +12:00
test_stack_collect_attributes.py Fix test_stack_collect_attributes 2015-08-10 13:59:49 +10:00
test_stack_delete.py Refactor timeout calculation to utility 2015-07-18 08:51:59 +05:30
test_stack_lock.py Move listener rpc client to rpc/listener_client.py 2015-06-19 08:24:19 +05:30
test_stack_resource.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00
test_stack_update.py Move internal test resources to generic_resource 2015-07-24 09:30:06 -04:00
test_stack_user.py Move registration of resources to HeatTestCase 2015-06-15 02:43:15 -04:00
test_structured_config.py Make 'server' property of SoftwareDeployment mandatory 2015-07-24 02:42:57 +00:00
test_support.py Replace tag 2015.2 to 5.0.0 2015-08-06 06:29:09 -04:00
test_swift.py Use default_client_name for swift 2015-07-20 10:54:55 +03:00
test_swiftsignal.py Removes replace-on-update for SwiftSignalHandle resource 2015-07-24 08:34:05 -05:00
test_template.py py34: heat.tests.test_template 2015-08-05 10:29:16 +05:30
test_template_format.py py34: heat.tests.test_template 2015-08-05 10:29:16 +05:30
test_timeutils.py Refactor timeout calculation to utility 2015-07-18 08:51:59 +05:30
test_trove_cluster.py Add show_resource function to Trove resources (7) 2015-08-03 15:56:34 +00:00
test_urlfetch.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
test_validate.py py34: test_hot and test_validate 2015-08-13 13:59:19 +05:30
test_version.py Coverage: Additional test case for better coverage 2015-06-16 13:01:30 +05:30
test_vpc.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
test_watch.py Mock out ceilometerclient redirect_to_aodh_endpoint 2015-08-11 18:56:59 +10:00
test_zaqar_queue.py Fix handle_delete for zaqar queue 2015-08-04 14:01:19 +00:00
testing-overview.txt Update testing-overview.txt 2014-12-15 10:55:09 +02:00
utils.py Improve unit tests to succeed without hash tweak 2015-08-19 10:52:08 -04:00