The heat_integrationtests.functional.test_cancel_update Module

class heat_integrationtests.functional.test_cancel_update.CancelUpdateTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

setUp()[source]
template = "\nheat_template_version: '2013-05-23'\nparameters:\n InstanceType:\n type: string\n ImageId:\n type: string\n network:\n type: string\nresources:\n port:\n type: OS::Neutron::Port\n properties:\n network: {get_param: network}\n Server:\n type: OS::Nova::Server\n properties:\n flavor_update_policy: REPLACE\n image: {get_param: ImageId}\n flavor: {get_param: InstanceType}\n networks:\n - port: {get_resource: port}\n"
test_cancel_update_server_with_port()[source]

Previous topic

The heat_integrationtests.functional.test_aws_stack Module

Next topic

The heat_integrationtests.functional.test_conditional_exposure Module

Project Source

This Page