The heat_integrationtests.scenario.test_server_cfn_init Module

class heat_integrationtests.scenario.test_server_cfn_init.CfnInitIntegrationTest(*args, **kwargs)[source]

Bases: heat_integrationtests.scenario.scenario_base.ScenarioTestsBase

Testing cfn-init and cfn-signal workability.

check_stack(sid)[source]
setUp()[source]
test_server_cfn_init()[source]

Check cfn-init and cfn-signal availability on the created server.

The alternative scenario is the following:
  1. Create a stack with a server and configured security group.
  2. Check that all stack resources were created.
  3. Check that created server is reachable.
  4. Check that stack was created successfully.
  5. Check that is it possible to connect to server via generated keypair.

Previous topic

The heat_integrationtests.scenario.test_autoscaling_lbv2 Module

Next topic

The heat_integrationtests.scenario.test_server_signal Module

Project Source

This Page