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"
14SUITE = "hwqual"
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "hardware"
18TEST_TYPE = "client"
19
20DOC = """
21This test uses xrandr to gather the current display resolution.
22"""
23
24job.run_test('hardware_Resolution')
25