1# Copyright 2017 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 = 'krishnargv' 6NAME = 'policy_DisableScreenshots' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effect of DisableScreenshots policy on Chrome OS behavior. 14 15This test verifies the effect of the DisableScreenshots user policy on 16Chrome OS client behavior. It exercises all valid policy values across two 17test cases: 'DisableScreenshot_Block', 'NotSet_Allow'. 18 19This default control file allows CloudDPC E2E tests to run any test case 20defined in this test via command-line. 21 22''' 23 24args_dict = utils.args_to_dict(args) 25 26job.run_test('policy_DisableScreenshots', **args_dict) 27