1# Copyright 2014 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 = "rohitbm@chromium.org" 6NAME = "audio_ActiveStreamStress" 7PURPOSE = "Verifies active audio streams" 8CRITERIA = """ 9Test will fail if cras active stream count doesn't match to open active streams. 10""" 11ATTRIBUTES = "suite:stress_experimental" 12SUITE = "stress_experimental" 13TIME = "MEDIUM" 14TEST_CATEGORY = "General" 15TEST_CLASS = "audio" 16TEST_TYPE = "client" 17 18BUG_TEMPLATE = { 19 'owner': 'rohitbm@chromium.org', 20 'labels': ['Cr-OS-Kernel-Audio', 'OS-Chrome'] 21} 22 23DOC = """ 24Test opens/closes audio streams and verifies active stream. 25 26This is a stress test to ensure that cras works flawlessly while adding/removing 27streams for a long time. 28""" 29 30job.run_test('audio_ActiveStreamStress') 31