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

« back to all changes in this revision

Viewing changes to assess_win_client.py

  • Committer: Aaron Bentley
  • Date: 2015-12-15 16:03:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1197.
  • Revision ID: aaron.bentley@canonical.com-20151215160314-zsy2kn45fefnqlht
Switch FakeJujuClient to raise on accessing juju_home.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
            """.format(revision_build=revision_build)))
33
33
 
34
34
    ci = [os.path.join(script_dir, f) for f in [
35
 
        'deploy_stack.py', 'deploy_job.py', 'fakejuju.py', 'jujupy.py',
36
 
        'jujuconfig.py', 'remote.py', 'substrate.py', 'utility.py',
37
 
        'get_ami.py', 'chaos.py', 'timeout.py', 'jujucharm.py',
38
 
        'winazurearm.py',
 
35
        'deploy_stack.py', 'deploy_job.py', 'jujupy.py', 'jujuconfig.py',
 
36
        'remote.py', 'substrate.py', 'utility.py', 'get_ami.py', 'chaos.py',
 
37
        'timeout.py',
39
38
        ]]
40
39
    ci.extend([install_file, 'run-file'])
41
40
    with open('foo.yaml', 'w') as config: