juju-solutions / matrix

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

Updated python-libjuju, and fixed connection error detection. #131

Closed pengale closed 7 years ago

pengale commented 7 years ago

We no longer need to attach to the Monitor class, as exceptions now get propogated. Added a hook to set exit_code to 1 in the cases where we have an unhandled Exception.

@johnsca