Home | History | Annotate | Download | only in policy_ExternalStorageDisabled
      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 = 'timkovich'
      6 NAME = 'policy_ExternalStorageDisabled'
      7 TIME = 'SHORT'
      8 TEST_CATEGORY = 'General'
      9 TEST_CLASS = 'enterprise'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = '''
     13 Verify effect of ExternalStorageDisabled policy on Chrome OS behavior.
     14 
     15 This test verifies the effect of the ExternalStorageDisabled user policy on
     16 Chrome OS client behavior. It exercises all valid policy values across three
     17 test cases: 'True_Block', 'NotSet_Allow', and 'False_Allow'.
     18 
     19 This test requires some sort of external storage to be connected to the DUT to
     20 pass. If running on a lab machine, trigger this through the
     21 policy_ExternalStorageDisabledServer server test.
     22 
     23 '''
     24 
     25 args_dict = utils.args_to_dict(args)
     26 
     27 job.run_test('policy_ExternalStorageDisabled', **args_dict)
     28