~pieq/checkbox/lp1464195-double-clicking

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/input.txt.in

  • Committer: Pierre Equoy
  • Date: 2015-06-15 09:41:30 UTC
  • Revision ID: pierre.equoy@canonical.com-20150615094130-vzpyrewook7yfvj0
Added input/double-clicking generator to check double-clicking functionnalities

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
      Did these buttons work as expected?
98
98
 EOF
99
99
 
 
100
plugin: local
 
101
id: input/double-clicking
 
102
estimated_duration: 1.0
 
103
requires:
 
104
 device.category == 'MOUSE' or device.category == 'TOUCHPAD'
 
105
_summary: Create double-click tests for pointing devices.
 
106
_description: Double-click tests for pointing devices.
 
107
command:
 
108
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD"'
 
109
 plugin: manual
 
110
 estimated_duration: 30.0
 
111
 id: input/double-clicking_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path`
 
112
 requires: device.path == "$path"
 
113
 _summary: Check button functionality for $product
 
114
 _description:
 
115
  PURPOSE:
 
116
      This will test the buttons of your $product device
 
117
  STEPS:
 
118
      1. Perform a double-click using the left button of your $product.
 
119
  VERIFICATION:
 
120
      Did it work as expected?
 
121
 EOF