• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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 = "kdlucas@chromium.org (Kelly Lucas)"
6NAME = "hardware_Resolution"
7PURPOSE = "Determine if the current screen resolution is supported."
8CRITERIA = """
9Screen resolutions supported:
10  - 1280x800
11  - 1366x768
12"""
13ATTRIBUTES = "suite:hwqual"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "hardware"
17TEST_TYPE = "client"
18
19DOC = """
20This test uses xrandr to gather the current display resolution.
21"""
22
23job.run_test('hardware_Resolution')
24