~sseman/juju-ci-tools/model-change-watcher-py3-2

« back to all changes in this revision

Viewing changes to assess_win_client.py

  • Committer: Curtis Hovey
  • Date: 2016-06-07 02:30:47 UTC
  • Revision ID: curtis@canonical.com-20160607023047-t5jzc39cjrkccocq
Fix asses_win_client and setup-slave.bash

Show diffs side-by-side

added added

removed removed

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