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

« back to all changes in this revision

Viewing changes to tests/test_run_download_juju.py

  • Committer: Aaron Bentley
  • Date: 2016-02-09 17:37:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1260.
  • Revision ID: aaron.bentley@canonical.com-20160209173754-a1qbialilhwp4lkm
Implement get_controller_member_status.

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'
113
 
                      '\\\\download_juju.py'),
 
112
                     ('C:\\\Users\\\Administrator\\\juju-ci-tools\\\download_'
 
113
                      '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)]