21 lines
657 B
Plaintext
21 lines
657 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.NotSet_Allow'
|
|
ATTRIBUTES = 'suite:ent-nightly, suite:policy, suite:bvt-perbuild'
|
|
TIME = 'SHORT'
|
|
TEST_CATEGORY = 'General'
|
|
TEST_CLASS = 'enterprise'
|
|
TEST_TYPE = 'client'
|
|
|
|
DOC = '''
|
|
This test verifies the effect of the AudioOutputAllowed user policy on
|
|
Chrome OS client behavior through the 3.5mm output. It verifies Chrome OS
|
|
behavior is correct when policy is unset.
|
|
|
|
'''
|
|
|
|
job.run_test('policy_AudioOutputAllowed', case='NotSet_Allow')
|