juju-solutions / matrix

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

Added full-stack test to increase code coverage #61

Closed johnsca closed 7 years ago

johnsca commented 7 years ago

Requires a controller to be passed in. Usage:

tox -- --controller=lxd

This also fixes the issue where the health task couldn't block until itself became healthy.

pengale commented 7 years ago

This works for me (though it doesn't change our coverage numbers when run w/ pytest defaults).

+1 after @bcsaller gives it the go ahead.