juju-solutions / matrix

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

Fixed info spam on model deploy failure. #114

Closed pengale closed 7 years ago

pengale commented 7 years ago

Added a default=None for juju_model, which allows the check for "juju_model=None" to succeed in the teardown. This prevents the case where you get a lot of "Attribute has no attribute info" spam in the logs when attempting to cleanup a test where the model failed to deploy.

@johnsca @abentley @seman