~gz/juju-ci-tools/substrate_logging

« back to all changes in this revision

Viewing changes to tests/test_run_download_juju.py

  • Committer: Aaron Bentley
  • Date: 2016-04-22 21:14:14 UTC
  • mfrom: (1370.1.7 more-industrial)
  • Revision ID: aaron.bentley@canonical.com-20160422211414-d2lqhqfetgx03vqu
More industrial test fixing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
                      'jenkins@osx-slave.vapour.ws'])]
110
110
            cwy_calls = [
111
111
                call(juju_home,
112
 
                     ('C:\\\Users\\\Administrator\\\juju-ci-tools\\\download_'
113
 
                      'juju.py'),
 
112
                     ('C:\\\\Users\\\\Administrator\\\\juju-ci-tools'
 
113
                      '\\\\download_juju.py'),
114
114
                     temp_file, gr_mock.return_value),
115
115
                call(juju_home, '$HOME/juju-ci-tools/download_juju.py',
116
116
                     temp_file, gr_mock.return_value)]