deb-heat/heat_integrationtests/functional
LiuNanke 0976a20b41 Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.
There has one more place should be modified.

Change-Id: I751a2fb79857c09952a59e29301bf54ff6482d01
Closes-bug: #1268480
2016-01-03 03:34:58 +08:00
..
__init__.py Functional test UpdateStackTest 2014-10-20 16:31:09 +13:00
functional_base.py Adds option to skip specific tests 2015-08-12 20:04:13 +05:30
test_autoscaling.py Merge "Using LOG.warning replace LOG.warn" 2015-12-30 08:27:05 +00:00
test_aws_stack.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
test_conditional_exposure.py Fix [H405] pep rule in heat_integrationtests 2015-10-08 15:13:52 +03:00
test_create_update_neutron_port.py Handle replace and rollback cases for Port 2015-09-16 14:05:45 +00:00
test_create_update_neutron_subnet.py Allow to update subnet without 'allocation_pools' 2015-11-02 10:08:36 +08:00
test_create_update.py Merge "Add a test for environment change in failed update" 2015-11-17 21:18:31 +00:00
test_default_parameters.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_encrypted_parameter.py Update encrypted param template 2015-08-20 18:23:56 +00:00
test_encryption_vol_type.py Functional test for encryption volume type 2015-08-07 17:15:30 +05:30
test_heat_autoscaling.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_hooks.py Trivial: Remove unused logging import 2015-12-26 15:30:20 +08:00
test_instance_group.py Fix [H405] pep rule in heat_integrationtests 2015-10-08 15:13:52 +03:00
test_notifications.py Revert failing tests and use v3 for ec2 tokens 2015-08-18 13:37:48 +02:00
test_preview_update.py Add integration tests for preview update 2015-09-21 15:13:43 -05:00
test_preview.py Use assertTrue/False instead of assertEqual(T/F) 2015-10-26 22:45:25 +01:00
test_reload_on_sighup.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_remote_stack.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_resource_chain.py Replace assertTrue(isinstance()) with assertIsInstance() 2016-01-03 03:34:58 +08:00
test_resource_group.py Add functional test for ResourceGroup rolling_update 2015-10-16 17:32:56 +05:30
test_software_config.py Wait for metadata actually set to server 2015-09-08 16:22:46 +03:00
test_stack_events.py Adding basic test to exercise the heat event APIs. 2015-09-18 16:21:00 +00:00
test_stack_tags.py Make the stack tags template non-empty 2015-09-14 11:12:20 +10:00
test_swiftsignal_update.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_template_resource.py Split abandon into pre-abandon(export) and abandon 2015-11-20 09:17:41 -06:00
test_template_validate.py Allow nested validation for template-validate 2015-09-22 08:27:28 +01:00
test_validation.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00