plugin: manual
name: juju/bootstrap
description:
 PURPOSE:
     This will test that you can bootstrap a Juju environment using a MAAS server.
 STEPS:
     1. Bootstrap a new environment using juju pointing to a MAAS server.
     2. Run juju status
 VERIFICATION:
     Can you use juju status and see the available nodes?

plugin: manual
name: juju/deploy
description:
 PURPOSE:
     This will test that you can succesfully deploy to MAAS nodes using Juju
 STEPS:
     1. Bootstrap a new environment using juju pointing to a MAAS server.
     2. Run juju deploy $someservice
 VERIFICATION:
     Can you use juju deploy $someservice and have it deployed in the MAAS
     node?
