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

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/selftests/test_testbed_commands.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:
19
19
#
20
20
 
21
21
from ubuntu_system_tests import (
22
 
    config,
23
22
    systemtests,
24
23
    selftests
25
24
)
 
25
from ubuntu_system_tests.common import config
26
26
 
27
27
 
28
28
class AutopilotCommandsTestCase(selftests.ConfigBaseTestCase):