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""" 11# TODO(paulhsia): Add this test to an appropriate suite. 12TIME = "MEDIUM" 13TEST_CATEGORY = "General" 14TEST_CLASS = "audio" 15TEST_TYPE = "client" 16 17BUG_TEMPLATE = { 18 'owner': 'rohitbm@chromium.org', 19 'labels': ['OS-Chrome'], 20 'components': ['OS>Kernel>Video'], 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