Sha256: 838956f3bdb13a5e4f8820524bce382b67d2dd27843f2c9e1dfa24e370bab507

Contents?: true

Size: 912 Bytes

Versions: 20

Compression:

Stored size: 912 Bytes

Contents

# Beaker Test Runs

A Beaker test run consists of two primary phases: an SUT provision phase and a
suite execution phase. After suite execution, Beaker defaults to cleaning up and
destroying the SUTs. Leave SUTs running with the `--preserve-hosts` flag.


* **Provision**
  * Using supported hypervisors provision SUTs for testing on
  * Do any initial configuration to ensure that the SUTs can communicate with beaker and each other
  * skip with `--no-provision`
  * Provisioning also runs some basic setup on the SUTs
    * Validation
      * Check the SUTs for necessary packages (curl, ntpdate)
      * skip with `--no-validate`
    * Configuration
      * Do any post-provisioning configuration to the SUTs
      * skip with `--no-configure`


* **Execution**
  * Execute the files specified in each of the suites; for further documentation,
  please refer to [Test Suites & Failure Modes](test_suites.md)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
beaker-3.35.0 docs/tutorials/test_run.md
beaker-3.34.0 docs/tutorials/test_run.md
beaker-3.33.0 docs/tutorials/test_run.md
beaker-3.32.0 docs/tutorials/test_run.md
beaker-3.31.0 docs/tutorials/test_run.md
beaker-3.30.0 docs/tutorials/test_run.md
beaker-3.29.0 docs/tutorials/test_run.md
beaker-3.28.0 docs/tutorials/test_run.md
beaker-3.27.0 docs/tutorials/test_run.md
beaker-3.26.0 docs/tutorials/test_run.md
beaker-3.25.0 docs/tutorials/test_run.md
beaker-3.24.0 docs/tutorials/test_run.md
beaker-3.23.0 docs/tutorials/test_run.md
beaker-3.22.0 docs/tutorials/test_run.md
beaker-3.21.1 docs/tutorials/test_run.md
beaker-3.21.0 docs/tutorials/test_run.md
beaker-3.20.0 docs/tutorials/test_run.md
beaker-3.19.0 docs/tutorials/test_run.md
beaker-3.18.0 docs/tutorials/test_run.md
beaker-3.17.0 docs/tutorials/test_run.md