The heat.tests.test_autoscaling Module

class heat.tests.test_autoscaling.AutoScalingTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

create_scaling_group(t, stack, resource_name)[source]
create_scaling_policy(t, stack, resource_name)[source]
load_template()[source]
parse_stack(t)[source]
setUp()[source]
speed = 'fast'
tag = ['unit', 'resource']
tearDown()[source]
test_scaling_group_adjust()[source]
test_scaling_group_cooldown_ok()[source]
test_scaling_group_cooldown_toosoon()[source]
test_scaling_group_cooldown_zero()[source]
test_scaling_group_nochange()[source]
test_scaling_group_percent()[source]
test_scaling_group_update()[source]
test_scaling_group_update_ok_cooldown()[source]
test_scaling_group_update_ok_desired()[source]
test_scaling_group_update_ok_desired_remove()[source]
test_scaling_group_update_ok_maxsize()[source]
test_scaling_group_update_ok_minsize()[source]
test_scaling_policy_cooldown_none()[source]
test_scaling_policy_cooldown_ok()[source]
test_scaling_policy_cooldown_toosoon()[source]
test_scaling_policy_cooldown_zero()[source]
test_scaling_policy_down()[source]
test_scaling_policy_up()[source]

This Page