Comment 4 for bug 1603181

Revision history for this message
Matt Bruzek (mbruzek) wrote :

@jamesbeedy the automated testing tool called bundletester and you can run it yourself. While we do have a github repository the recommended way to install it is `pip install -U bundletester` (do this in a virtual environment if you wish). Change directory to the base of the charm and run `bundletester -F -l DEBUG -v` that will deploy the charm, run the tests and tear down the charm using your current juju environment.