~frankban/charms/trusty/juju-gui/rm-symlink

« back to all changes in this revision

Viewing changes to tests/deploy.py

  • Committer: Uros Jovanovic
  • Author(s): Uros Jovanovic
  • Date: 2014-07-10 19:33:49 UTC
  • mfrom: (185.1.6 trunk)
  • Revision ID: uros.jovanovic@canonical.com-20140710193349-3gm4jf2qlzv19yl6
enables ftests on local env

Create local environment (with "local" also being the name of that environment) and ftests can be now be run local as well.

R=rharding, jay.wren
CC=
https://codereview.appspot.com/113720043

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    wait_for_unit,
33
33
)
34
34
 
35
 
 
36
35
rsync = command('rsync', '-a',
37
36
                '--exclude', '.git',
38
37
                '--exclude', '.bzr',