heat/heat/tests
Pavlo Shchelokovskyy 240fec9eef Fix order of arguments in assertEqual (patch 2/2)
Some tests used incorrect order assertEqual(observed, expected).

The correct order expected by testtools is
assertEqual(expected, observed).

This patch includes the other half of the files touched by these changes
(starting from test_n* plus contrib code) to ease the review.

Change-Id: I870386871581980abd796304dd91be0c662cb73e
Partial-Bug: #1259292
2014-01-19 12:46:20 +02:00
..
db Merge "Test db migration 31" 2014-01-08 00:57:11 +00:00
policy Add check_is_admin to common.policy.Enforcer 2013-11-27 22:30:59 +00:00
templates Rename Quantum to Neutron 2013-08-06 22:08:27 -07:00
unit Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
v1_1 Merge "Update Loadbalancer default template to F20 image" 2014-01-10 06:09:18 +00:00
__init__.py Enable running tests via testr 2013-04-30 13:51:07 -07:00
common.py Remove override of "patch" function 2014-01-06 16:37:42 -06:00
fakes.py heat_keystoneclient revise get_ec2_keypair 2014-01-08 09:15:39 +00:00
generic_resource.py Add _() to fix i18N compliance (part 2) 2013-11-18 10:39:19 +08:00
test_api_aws.py Change assertTrue(A in B) to assertIn(A, B) 2013-12-12 23:34:00 +02:00
test_api_cfn_v1.py Fix asserttion of types 2014-01-11 12:51:58 +00:00
test_api_cloudwatch.py Fix asserttion of types 2014-01-11 12:51:58 +00:00
test_api_ec2token.py Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 12:23:58 +02:00
test_api_openstack_v1.py Fix unused variables 2/2: enable unused var check 2014-01-08 18:01:05 +08:00
test_api_openstack_v1_util.py Add policy enforcement to ReST API 2014-01-04 08:10:47 +00:00
test_api_openstack_v1_views_stacks_view_builder.py Fix unused variables 2/2: enable unused var check 2014-01-08 18:01:05 +08:00
test_api_openstack_v1_views_views_common.py Use the new oslo py3kcompat.urlutils 2013-12-06 12:00:42 +11:00
test_attributes.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_auth_password.py Fix unused variables 2/2: enable unused var check 2014-01-08 18:01:05 +08:00
test_autoscaling.py Fix comparison with singletons 2014-01-13 10:06:44 +02:00
test_autoscaling_update_policy.py Introduce a way to trace a resource's implementation 2014-01-06 10:55:21 +11:00
test_ceilometer_alarm.py Fix ceilometer alarm properties schema 2014-01-16 03:59:33 -05:00
test_clients.py Added heat url in config for heat standalone mode 2014-01-14 17:49:29 +08:00
test_cloudwatch.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_common_context.py Fix show_deleted errors in RequestContext 2013-11-29 17:37:45 +00:00
test_common_policy.py Add check_is_admin to common.policy.Enforcer 2013-11-27 22:30:59 +00:00
test_constraints.py Factor Schema out of properties.py for re-use 2013-12-02 14:46:00 +01:00
test_cw_alarm.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_dbinstance.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_dependencies.py Change assertTrue(A in B) to assertIn(A, B) 2013-12-12 23:34:00 +02:00
test_eip.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_engine_api_utils.py Change assertTrue(A in B) to assertIn(A, B) 2013-12-12 23:34:00 +02:00
test_engine_service.py Fix asserttion of types 2014-01-11 12:51:58 +00:00
test_environment.py Use WithScenarios base class instead of load_tests 2013-12-26 15:43:32 +01:00
test_environment_format.py Use WithScenarios base class instead of load_tests 2013-12-26 15:43:32 +01:00
test_event.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_exception.py use msg_fmt not message in Exceptions 2013-10-24 10:44:15 -10:00
test_fault_middleware.py wsgi.Resource exception handling to not log errors 2013-12-18 16:10:09 -03:00
test_heatclient.py Convert heat_keystoneclient user enable/disable logic to v3 API 2014-01-17 10:41:33 +00:00
test_hot.py Fix asserttion of types 2014-01-11 12:51:58 +00:00
test_identifier.py Change ID column of Event table to UUID 2013-12-04 15:16:46 -03:00
test_instance.py Replace try...except...pass block with assertRaises 2014-01-04 14:42:35 +08:00
test_instance_group.py Fix unused variables 2/2: enable unused var check 2014-01-08 18:01:05 +08:00
test_instance_group_update_policy.py Change assertTrue(A in B) to assertIn(A, B) 2013-12-12 23:34:00 +02:00
test_instance_network.py Remove oslo uuidutils.generate_uuid from heat code 2013-12-10 09:58:46 +08:00
test_iso8601_utils.py Support ISO8601 duration format for UpdatePolicy PauseTime 2013-09-01 13:20:40 -07:00
test_loadbalancer.py Merge "Fix unused variables 1/2: add more asserts" 2014-01-10 09:06:35 +00:00
test_loguserdata.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_metadata_refresh.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_nested_stack.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_neutron.py Replace try...except...pass block with assertRaises 2014-01-04 14:42:35 +08:00
test_neutron_autoscaling.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_neutron_firewall.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_neutron_loadbalancer.py Added session_persistence property to VIP 2013-12-23 17:50:57 +04:00
test_neutron_metering.py Implement neutron metering resources 2014-01-10 02:22:12 -05:00
test_neutron_security_group.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_neutron_vpnservice.py Fix comparison with singletons 2013-12-18 12:30:30 +02:00
test_nokey.py Instance call build_userdata directly 2013-12-09 14:39:15 +13:00
test_notifications.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_nova_floatingip.py Implements Nova FloatingIP resources 2014-01-09 11:19:22 +04:00
test_nova_keypair.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_nova_utils.py Use WithScenarios base class instead of load_tests 2013-12-26 15:43:32 +01:00
test_os_database.py Fix comparison with singletons 2014-01-13 10:06:44 +02:00
test_parameters.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_parser.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_plugin_loader.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_properties.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_provider_template.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_random_string.py Fix comparison with singletons 2014-01-13 10:06:44 +02:00
test_resource.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_resource_group.py Replace try...except...pass block with assertRaises 2014-01-04 14:42:35 +08:00
test_restarter.py Fix comparison with singletons 2014-01-13 10:06:44 +02:00
test_rpc_client.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_s3.py Replace try...except...pass block with assertRaises 2014-01-04 14:42:35 +08:00
test_scheduler.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_security_group.py Fix comparison with singletons 2014-01-13 10:06:44 +02:00
test_server.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_server_tags.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_short_id.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_signal.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_sqlalchemy_api.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_sqlalchemy_filters.py Add exact filter support to SQL API list stacks 2013-11-20 08:37:23 -06:00
test_ssl_middleware.py New middleware to handle SSL termination proxies 2014-01-14 15:58:14 -03:00
test_stack_lock.py Prevent tempest from failing upon ActionInProgress 2013-12-17 10:56:29 -06:00
test_stack_resource.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_swift.py Merge "Fix showing events on swift." 2014-01-14 02:32:41 +00:00
test_template_format.py Use WithScenarios base class instead of load_tests 2013-12-26 15:43:32 +01:00
test_urlfetch.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_user.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_validate.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_version_negotiation_middleware.py pep8 fix: assertEquals -> assertEqual 2013-12-12 17:19:39 -05:00
test_volume.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_vpc.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_waitcondition.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_watch.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
test_wsgi.py Fix order of arguments in assertEqual (patch 2/2) 2014-01-19 12:46:20 +02:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py Account for truncated resource names in test PhysName 2013-12-06 10:09:14 -06:00