commit | 30c05d5d8762434948a416c20c6604b8fd5780c7 | [log] [tgz] |
---|---|---|
author | Kalin Stoyanov <[email protected]> | Thu Jan 17 15:50:09 2019 -0800 |
committer | chrome-bot <[email protected]> | Sat Jan 19 00:14:04 2019 -0800 |
tree | 513cc9a6b6109559e9c58a383b0d152f10d89975 | |
parent | ba7f78336d8c68c32a856a881b6edaaf5ab65a43 [diff] [blame] |
Add input playback tests to touch suite only. Separate change will add the suite scheduler record. Suite already in attributes list. BUG=chromium:915296 TEST=None Change-Id: If5edbf03e347b89e55d0ffb8c2ae953bde1393c5 Reviewed-on: https://chromium-review.googlesource.com/1419242 Commit-Ready: Kalin Stoyanov <[email protected]> Tested-by: Kalin Stoyanov <[email protected]> Reviewed-by: Kalin Stoyanov <[email protected]>
diff --git a/client/site_tests/touch_HasInput/control.touchpad b/client/site_tests/touch_HasInput/control.touchpad index fcc7cc9..c3cdc72 100644 --- a/client/site_tests/touch_HasInput/control.touchpad +++ b/client/site_tests/touch_HasInput/control.touchpad
@@ -8,7 +8,7 @@ CRITERIA = """ This test will fail if the device does not have touchpad input. """ -ATTRIBUTES = "suite:bvt-perbuild, suite:touch" +ATTRIBUTES = "suite:touch" TIME = "SHORT" TEST_CATEGORY = "Functional" TEST_CLASS = "touch"