~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/systemtests/main.py

  • Committer: Omer Akram
  • Date: 2016-12-05 16:36:34 UTC
  • mfrom: (487.4.1 old-trunk)
  • Revision ID: om26er@ubuntu.com-20161205163634-ixv4q21jfwx8ggi5
Substantially fix trunk history

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from ubuntu_system_tests import external_tests
25
25
from ubuntu_system_tests.common import (
26
26
    config,
27
 
    get_tests_ids_to_run,
28
27
    ssh
29
28
)
 
29
from ubuntu_system_tests.common.utils import get_tests_ids_to_run
30
30
 
31
31
DEFAULT_TEST_TIMEOUT = '1200'  # 20 minutes.
32
32