diff options
author | cgregan@canonical.com <> | 2014-07-10 08:45:59 -0400 |
---|---|---|
committer | cgregan@canonical.com <> | 2014-07-10 08:45:59 -0400 |
commit | e6b66ff244d1a14ec82cb17eeed8fb2abf1ff637 (patch) | |
tree | 51db2be5ab6b2be1e16a086a051fdd579bf49088 | |
parent | 588f47aa3f190c06ff37d9cd67f7712c6ceffa63 (diff) |
updated job descriptions for new touch tests
-rw-r--r-- | jobs/touchscreen.txt.in | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/jobs/touchscreen.txt.in b/jobs/touchscreen.txt.in index ed55cf2..24fd4b6 100644 --- a/jobs/touchscreen.txt.in +++ b/jobs/touchscreen.txt.in @@ -95,13 +95,27 @@ plugin: user-interact id: touchscreen/3-touch-tap depends: touchscreen/multitouch-automated estimated_duration: 15.0 -_description: Validate that 3-touch tap is operating as expected +_description: + PURPOSE: + Validate that 3-touch tap is operating as expected + STEPS: + 1. Place one finger at a time. + 2. Once 3 fingers are on the screen you should see the indicator they are recognized. + VERIFICATION: + Did you see the green circles around the three fingers? command: qmlscene $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=3 2>&1 | grep -o PASS plugin: user-interact id: touchscreen/4-touch-tap depends: touchscreen/multitouch-automated estimated_duration: 15.0 -_description: Validate that 4-touch tap is operating as expected +_description: + PURPOSE: + Validate that 4-touch tap is operating as expected + STEPS: + 1. Place one finger at a time. + 2. Once 4 fingers are on the screen you should see the indicator they are recognized. + VERIFICATION: + Did you see the green circles around the four fingers? command: qmlscene $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS |