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