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

check_stack()[source]
setUp()[source]
test_server_software_config()[source]

Check that passed files with scripts are executed on created server.

The alternative scenario is the following:
  1. Create a stack and pass files with scripts.
  2. Check that all stack resources are created successfully.
  3. Wait for all deployments.
  4. Check that stack was created.
  5. Check stack outputs.