26 lines
799 B
Plaintext
26 lines
799 B
Plaintext
# Copyright 2018 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = 'timkovich'
|
|
NAME = 'policy_AudioOutputAllowed'
|
|
TIME = 'SHORT'
|
|
TEST_CATEGORY = 'General'
|
|
TEST_CLASS = 'enterprise'
|
|
TEST_TYPE = 'client'
|
|
CRITERIA = 'Test will fail if RMS difference is not within acceptable limits'
|
|
|
|
DOC = '''
|
|
Verify effect of AudioOutputAllowed policy on Chrome OS behavior.
|
|
|
|
This test verifies the effect of the AudioOutputAllowed user policy on
|
|
Chrome OS client behavior through the 3.5mm output. It exercises all valid
|
|
policy values across three test cases: 'True_Allow', 'False_Block', and
|
|
'NotSet_Allow'.
|
|
|
|
'''
|
|
|
|
args_dict = utils.args_to_dict(args)
|
|
|
|
job.run_test('policy_AudioOutputAllowed', **args_dict)
|