Home | History | Annotate | Download | only in policy_DeviceAutoUpdateDisabled
      1 # Copyright 2018 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 = 'kathrelkeld'
      6 NAME = 'policy_DeviceAutoUpdateDisabled'
      7 TIME = 'SHORT'
      8 TEST_CATEGORY = 'General'
      9 TEST_CLASS = 'enterprise'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = '''
     13 Called through the policy_AUServer test only.  Verifies whether the device
     14 can or cannot Autoupdate with the DeviceAutoUpdateDisabled policy set.
     15 '''
     16 
     17 args_dict = utils.args_to_dict(args)
     18 
     19 job.run_test('policy_DeviceAutoUpdateDisabled', **args_dict)
     20