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

« back to all changes in this revision

Viewing changes to tests/test_remote.py

  • Committer: Martin Packman
  • Date: 2015-09-18 17:40:41 UTC
  • mfrom: (1101.1.2 log_lxc_containers)
  • Revision ID: martin.packman@canonical.com-20150918174041-81pk1833r5otk2iw
Capture lxc container logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
            remote.copy(dest, ["/var/log/*", "~/.config"])
199
199
        mock_run.assert_called_once_with([
200
200
            "scp",
201
 
            "-C",
 
201
            "-rC",
202
202
            "-o", "User ubuntu",
203
203
            "-o", "UserKnownHostsFile /dev/null",
204
204
            "-o", "StrictHostKeyChecking no",