~doanac/ubuntu-test-cases/mterry-fixes

« back to all changes in this revision

Viewing changes to jenkins/testconfig.py

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2014-03-18 15:36:28 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20140318153628-6ocq1ge7kxqtpzdi
Force install of url-dispatcher-tools during unity8 testing, as it's a required dependency for unity8-autopilot

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    APTest('mediaplayer-app-autopilot', pkgs=['mediaplayer-app-autopilot']),
47
47
    APTest('gallery-app-autopilot'),
48
48
    APTest('webbrowser-app-autopilot', pkgs=['webbrowser-app-autopilot']),
49
 
    APTest('unity8-autopilot', 'unity8', pkgs=['python-gi']),
 
49
    APTest('unity8-autopilot', 'unity8', pkgs=['python-gi', 'url-dispatcher-tools']),
50
50
    APTest('notes-app-autopilot'),
51
51
    APTest('camera-app-autopilot'),
52
52
    APTest('dialer-app-autopilot', pkgs=['dialer-app-autopilot']),