21 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Copyright 2018 The Chromium OS Authors. All rights reserved.
 | 
						|
# Use of this source code is governed by a BSD-style license that can be
 | 
						|
# found in the LICENSE file.
 | 
						|
 | 
						|
AUTHOR = 'felixe'
 | 
						|
NAME = 'display_DisplayContainEdid'
 | 
						|
PURPOSE = 'To test that the EDID subset is propagated'
 | 
						|
CRITERIA = 'This test fails if no EDID data is exported through chrome.system.display'
 | 
						|
ATTRIBUTES = "suite:platform_internal_display"
 | 
						|
TIME = 'SHORT'
 | 
						|
TEST_CATEGORY = 'Functional'
 | 
						|
TEST_CLASS = 'display'
 | 
						|
TEST_TYPE = 'client'
 | 
						|
 | 
						|
DOC = """
 | 
						|
Test that the internal display's EDID data is correctly plumbed up to
 | 
						|
chrome.system.display.getInfo().
 | 
						|
"""
 | 
						|
 | 
						|
job.run_test('display_DisplayContainEdid')
 |