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_AlsaAPI.fill' 7ATTRIBUTES = "" 8PURPOSE = 'Test that simple ALSA API succeeds to fill audio buffer with zeros.' 9CRITERIA = """ 10Check that the ALSA API succeeds. 11""" 12TIME='SHORT' 13TEST_CATEGORY = 'Functional' 14TEST_CLASS = "audio" 15TEST_TYPE = 'client' 16 17DOC = """ 18Check ALSA API succeeds to fill buffer with zeros. 19""" 20 21job.run_test('audio_AlsaAPI', to_test='fill', tag='fill') 22