xref: /aosp_15_r20/external/autotest/client/site_tests/display_DisplayContainEdid/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2018 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 = 'felixe'
6NAME = 'display_DisplayContainEdid'
7PURPOSE = 'To test that the EDID subset is propagated'
8CRITERIA = 'This test fails if no EDID data is exported through chrome.system.display'
9ATTRIBUTES = "suite:platform_internal_display"
10TIME = 'SHORT'
11TEST_CATEGORY = 'Functional'
12TEST_CLASS = 'display'
13TEST_TYPE = 'client'
14PY_VERSION = 3
15
16DOC = """
17Test that the internal display's EDID data is correctly plumbed up to
18chrome.system.display.getInfo().
19"""
20
21job.run_test('display_DisplayContainEdid')
22