diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2014-06-26 15:42:24 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2014-06-26 15:42:24 +0200 |
commit | c2065cd5984c2c73064cfcee7c2f8fc9278262a1 (patch) | |
tree | 7873b3564f27bf81e034527ce5ca9dc166f04e68 /jobs | |
parent | afcb61fe4aef5630b07c955460440060365087ef (diff) |
plainbox-provider-checkbox: Added 3/4 touch tap tests
Both of them are using the standard MultiPointTouchArea QML component. To actually return a sensible exit code, the tests log "SUCCESS" on stderr and the command grep that pattern.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/touchscreen.txt.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jobs/touchscreen.txt.in b/jobs/touchscreen.txt.in index 2ba81b6..f9f26f9 100644 --- a/jobs/touchscreen.txt.in +++ b/jobs/touchscreen.txt.in @@ -91,3 +91,17 @@ _description: VERIFICATION: Did the tap open the Dash? +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 +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 +command: qmlscene $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS + |