~nuclearbob/ubuntu-test-cases/app-startup-update

« back to all changes in this revision

Viewing changes to tests/app-startup-benchmark/tslist.auto

  • Committer: Max Brustkern
  • Date: 2014-10-21 21:08:20 UTC
  • Revision ID: max@canonical.com-20141021210820-2y21sqp16ow14rk0
Checking listing dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-
2
 
  discovery_cmd: adb-shell click list | grep -v "ADB_RC" | awk '{print $1}' | grep -vf blacklist | cat - whitelist | sort | uniq
 
2
  discovery_cmd: pwd && ls && exit 0 ; adb-shell click list | grep -v "ADB_RC" | awk '{print $1}' | grep -vf blacklist | cat - whitelist | sort | uniq
3
3
  test_cmd: ../app-startup.sh -a {} -r 1 -t 10
4
4