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:
 
- 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.