22 lines
		
	
	
		
			660 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			660 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Copyright 2017 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 = 'krishnargv'
 | 
						|
NAME = 'policy_DisableScreenshots.DisableScreenshot_Block'
 | 
						|
ATTRIBUTES = 'suite:ent-nightly, suite:policy'
 | 
						|
TIME = 'SHORT'
 | 
						|
TEST_CATEGORY = 'General'
 | 
						|
TEST_CLASS = 'enterprise'
 | 
						|
TEST_TYPE = 'client'
 | 
						|
 | 
						|
DOC = '''
 | 
						|
Verify effect of DisableScreenshots policy on Chrome OS behavior
 | 
						|
 | 
						|
This test case verifies the behavior and appearance of Chrome OS when the
 | 
						|
DisableScreenshots user policy is set to True.
 | 
						|
 | 
						|
'''
 | 
						|
 | 
						|
job.run_test('policy_DisableScreenshots', case='DisableScreenshot_Block')
 |