• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "kathrelkeld"
6NAME = "touch_TouchscreenScroll"
7PURPOSE = "Test that touchscreen scrolling occurs in the correct direction."
8CRITERIA = """
9This test will fail if, after playback of touchscreen events, no scrolling is
10detected or if scrolling is in the wrong direction.
11"""
12ATTRIBUTES = "suite:bvt-perbuild, suite:touch"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "touch"
16TEST_TYPE = "client"
17DEPENDENCIES = "touchscreen"
18
19DOC = """
20Plays back touchscreen movements and checks for scroll.
21
22"""
23
24job.run_test('touch_TouchscreenScroll')
25