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