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