~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to template_assess.py.tmpl

  • Committer: Martin Packman
  • Date: 2016-04-29 00:19:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1389.
  • Revision ID: martin.packman@canonical.com-20160429001930-yoju030ik6lwqf0e
Add clean_maas.py script for releasing machines

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
def assess_TEMPLATE(client):
26
26
    # Deploy charms, there are several under ./repository
27
 
    client.deploy('local:trusty/my-charm')
 
27
    client.juju("deploy", ('local:trusty/my-charm',))
28
28
    # Wait for the deployment to finish.
29
29
    client.wait_for_started()
30
30
    log.info("TODO: Add log line about any test")