heat/heat_integrationtests/functional
huangtianhua 6c477034cc Fix incorrect resource's information while describing
We can't get the resource'infos from db once the resource
is deleted. All information of a deleted resource come
from the initialization. So this change will modify some
infos when resource init:
1. set the action of resource to stack'action
2. set the created_time to stack's created_time
3. set the updated_time to stack's updated_time

Then the information will be reset for normal resources.

Change-Id: Iafdc99c572c5dab06bf1843842ed47554d6de128
Closes-Bug: #1480183
2015-08-20 09:31:45 +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 Assert DELETE_COMPLETE on all stack delete cleanup 2015-08-19 13:37:08 +12:00
test_aws_stack.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_conditional_exposure.py Assert DELETE_COMPLETE on all stack delete cleanup 2015-08-19 13:37:08 +12:00
test_create_update.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_create_update_neutron_port.py Add config entries to skip integration tests 2015-08-07 07:29:20 +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 Add config entries to skip integration tests 2015-08-07 07:29:20 +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 Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_instance_group.py Assert DELETE_COMPLETE on all stack delete cleanup 2015-08-19 13:37:08 +12:00
test_notifications.py Revert failing tests and use v3 for ec2 tokens 2015-08-18 13:37:48 +02:00
test_preview.py Fix incorrect resource's information while describing 2015-08-20 09:31:45 +08: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_group.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_software_config.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_stack_tags.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_swiftsignal_update.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_template_resource.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00
test_validation.py Add config entries to skip integration tests 2015-08-07 07:29:20 +00:00