1# Copyright 2016 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 = 'The Chromium OS Authors,chromeos-audio@google.com' 6NAME = 'audio_CrasStress.input_only' 7ATTRIBUTES = "suite:audio" 8PURPOSE = 'Test input buffer can stay at reasonable level' 9CRITERIA = """ 10Fail if input buffer drifts too high. 11""" 12TIME='MEDIUM' 13TEST_CATEGORY = 'Functional' 14TEST_CLASS = "audio" 15TEST_TYPE = 'client' 16PY_VERSION = 3 17 18DOC = """ 19Test input buffer can stay at reasonable level 20""" 21 22job.run_test('audio_CrasStress', 23 input_stream = True, 24 output_stream = False) 25