~canonical-platform-qa/ubuntu-system-tests/shared-cpo-data

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/common/ssh.py

  • Committer: Richard Huddie
  • Date: 2016-05-19 11:14:25 UTC
  • mfrom: (386.1.2 trunk)
  • Revision ID: richard.huddie@canonical.com-20160519111425-ci0fq25egmph2jty
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import stat
28
28
import subprocess
29
29
 
30
 
from ubuntu_system_tests.helpers.file_system import (
 
30
from ubuntu_system_tests.common import (
31
31
    get_random_string,
32
32
    delete_file
33
33
)