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