Home | History | Annotate | Download | only in audio_ActiveStreamStress
      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 SUITE = "stress_experimental"
     13 TIME = "MEDIUM"
     14 TEST_CATEGORY = "General"
     15 TEST_CLASS = "audio"
     16 TEST_TYPE = "client"
     17 
     18 BUG_TEMPLATE = {
     19     'owner': 'rohitbm (a] chromium.org',
     20     'labels': ['Cr-OS-Kernel-Audio', 'OS-Chrome']
     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