• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 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 = 'scunningham'
6NAME = 'policy_AutoFillEnabled'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13Verify effects of AutoFillEnabled policy on client behavior & appearance.
14
15This test verifies the effect of the AutoFillEnabled user policy on
16Chrome OS client behavior and appearance. It exercises all valid policy
17values across three test cases: True_Enable, False_Disable, and
18NotSet_Enable.
19
20The test case shall pass if the chrome://settings page allows (or does not
21allow) the user to edit the Autofill settings when the policy is set true or
22not set (or set false). It shall fail if that behavior is not enforced.
23
24This control file allows CloudDPC E2E tests to run any test case defined in
25this test via command-line.
26
27'''
28
29args_dict = utils.args_to_dict(args)
30
31job.run_test('policy_AutoFillEnabled', **args_dict)
32