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' 14 15DOC = """ 16Test that the internal display's EDID data is correctly plumbed up to 17chrome.system.display.getInfo(). 18""" 19 20job.run_test('display_DisplayContainEdid') 21