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.ScenarioTestsBaseTesting cfn-init and cfn-signal workability.
-
test_server_cfn_init()[source]¶ Check cfn-init and cfn-signal availability on the created server.
- The alternative scenario is the following:
- Create a stack with a server and configured security group.
- Check that all stack resources were created.
- Check that created server is reachable.
- Check that stack was created successfully.
- Check that is it possible to connect to server via generated keypair.
-