~doanac/ubuntu-test-cases/pull-upstart

« back to all changes in this revision

Viewing changes to ubuntu-clock-app-autopilot/tslist.auto

  • Committer: Andy Doan
  • Date: 2013-08-24 00:11:04 UTC
  • mfrom: (79.2.6 simplify-touch-part2)
  • Revision ID: andy.doan@canonical.com-20130824001104-i28n81dy2mtodr8u
use common scripts for all tests

this moves the tests over to using some common scripts to do all their heavy lifting. with this in place, the next step is to provide equivalent scripts that can run from the host.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-
2
 
  discovery_cmd: "autopilot list ubuntu_clock_app | grep ubuntu_clock_app| sed -e 's/^.*ubuntu_clock_app.tests.//'"
3
 
  test_cmd: utah-autopilot run -v ubuntu_clock_app.tests.{}
 
2
  discovery_cmd: autopilot-list ubuntu_clock_app
 
3
  test_cmd: autopilot-run ubuntu_clock_app.tests.{}
4
4