juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

Feature/ha flag #105

Closed pengale closed 7 years ago

pengale commented 7 years ago

Added ability to gate "high availability" bundles.

If options.ha is set, either via the command line, or via the "matrix" section of a bundle's test.yaml, then we'll fail the test on errors that we would otherwise skip.

For example, a failed chaos run will cause a test to fail for "ha" bundles.

@johnsca @abentley @seman