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_AudioOutputAllowed' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11DEPENDENCIES = 'audio_loopback_dongle' 12CRITERIA = 'Test will fail if RMS difference is not within acceptable limits' 13 14DOC = ''' 15Verify effect of AudioOutputAllowed policy on Chrome OS behavior. 16 17This test verifies the effect of the AudioOutputAllowed user policy on 18Chrome OS client behavior through the 3.5mm output. It exercises all valid 19policy values across three test cases: 'True_Allow', 'False_Block', and 20'NotSet_Allow'. 21 22''' 23 24args_dict = utils.args_to_dict(args) 25 26job.run_test('policy_AudioOutputAllowed', **args_dict) 27