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