The heat_integrationtests.scenario.test_server_software_config Module¶
- 
class 
heat_integrationtests.scenario.test_server_software_config.SoftwareConfigIntegrationTest(*args, **kwargs)[source]¶ Bases:
heat_integrationtests.scenario.scenario_base.ScenarioTestsBase- 
test_server_software_config()[source]¶ Check that passed files with scripts are executed on created server.
- The alternative scenario is the following:
 - Create a stack and pass files with scripts.
 - Check that all stack resources are created successfully.
 - Wait for all deployments.
 - Check that stack was created.
 - Check stack outputs.
 
-