~abentley/juju-ci-tools/client-from-config-4

« back to all changes in this revision

Viewing changes to assess_win_client.py

  • Committer: Curtis Hovey
  • Date: 2015-12-20 15:14:05 UTC
  • Revision ID: curtis@canonical.com-20151220151405-pm3dauunjr2978gz
skip any client-server that starts with 1.26.

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', 'winazurearm.py',
 
37
        'timeout.py',
38
38
        ]]
39
39
    ci.extend([install_file, 'run-file'])
40
40
    with open('foo.yaml', 'w') as config: