heat/heat_integrationtests/functional
Balazs Gibizer ef731bca05 Fix timeout calc of nested resource groups
The timeout calculation of nested resource groups are using seconds but
then it passing the value in seconds to the stack resource that is
expected it in minutes. This leads to a rapidly increasing timeout value
in each nesting levels.

This patch converts the seconds to minutes before passing it forward.

Story: 2009237
Task: 43372
Change-Id: I3f132d4889723f7b4a3a416779ac5ee7663249b8
2021-09-21 14:21:16 +02:00
..
__init__.py Functional test UpdateStackTest 2014-10-20 16:31:09 +13:00
functional_base.py Add integration tests for admin actions 2016-06-14 22:39:33 +05:30
test_admin_actions.py Add integration tests for admin actions 2016-06-14 22:39:33 +05:30
test_autoscaling.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
test_aws_stack.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
test_cancel_update.py Eliminate race in CancelUpdateTest 2019-10-16 21:46:52 -04:00
test_conditional_exposure.py Encode exception message in tests 2017-02-28 09:47:05 +01:00
test_conditions.py Refactor test_conditions functional test 2019-12-23 18:27:12 +00:00
test_create_update.py Add explict dependency to avoid gate unstable 2021-06-07 17:12:51 +00:00
test_default_parameters.py Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00
test_delete.py Increase the timeout for the stop_stack message 2016-09-22 09:45:08 -04:00
test_env_merge.py Modify use of assertTrue(A in B) 2016-09-02 08:30:00 +00:00
test_heat_autoscaling.py pep8: Enable E226 2020-04-30 16:42:53 +02:00
test_immutable_parameters.py Return HTTPBadRequest error from API for immutable parameters 2016-03-01 21:00:16 -06:00
test_instance_group.py m1.tiny is not always there 2016-11-08 05:19:10 +00:00
test_keystone_user_with_domain.py Add test cases to check user{domain} 2020-11-17 15:19:13 +00:00
test_nested_get_attr.py Add a functional test for nested get_attr functions 2017-07-10 16:43:38 -04:00
test_notifications.py Fix calls to call_until_true 2017-04-10 17:00:57 +02:00
test_preview_update.py Fix update preview to handle nested stacks 2016-02-03 12:34:33 +00:00
test_purge.py Remove additional purge test 2016-08-03 10:31:09 +02:00
test_replace_deprecated.py Fix non-destructive upgrade for deprecated res types in convergence 2017-11-01 18:03:20 -04:00
test_resource_chain.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00
test_resource_group.py Fix timeout calc of nested resource groups 2021-09-21 14:21:16 +02:00
test_simultaneous_update.py Pre-empt in-progress nested stack updates on new update 2019-10-29 23:15:31 -04:00
test_snapshot_restore.py Fix handle_restore for server and volume resources 2017-05-19 11:56:27 +05:30
test_software_deployment_group.py Fix races in SoftwareDeploymentGroupTest 2017-06-14 16:31:54 -04:00
test_stack_cancel.py Add functional tests for stack cancel 2017-11-10 09:55:11 +05:30
test_swiftsignal_update.py Skip integration tests when Swift is not available 2017-03-23 11:20:14 +01:00
test_template_resource.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
test_template_versions.py Add template version 2021-04-16 for Wallaby 2020-10-27 16:55:38 -04:00
test_translation.py Add few functional tests for translation 2017-04-12 12:02:48 +00:00
test_update_restricted.py Remove handling for client status races 2019-12-23 18:43:11 +00:00
test_validation.py Add functional test for utf-8 decode issues 2019-09-26 06:42:45 +00:00
test_versionnegotiation.py Add functional test for version negotiation 2018-06-14 08:18:28 +00:00