1 # Copyright 2015 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, ChromeOS Audio' 6 NAME = 'audio_CrasSanity' 7 PURPOSE = 'Performs basic audio check for active streams and crashes' 8 CRITERIA = ''' 9 Test will fail if 1. cras is not running 2. cras crashes 3. active stream count 10 does not match. 11 ''' 12 # Temporarily remove the test to unblock PFQ. See crbug/718171 in detail. 13 #ATTRIBUTES = "suite:bvt-cq, suite:partners" 14 ATTRIBUTES = "suite:bvt-perbuild" 15 TIME = 'MEDIUM' 16 TEST_CATEGORY = 'General' 17 TEST_CLASS = 'audio' 18 TEST_TYPE = 'client' 19 JOB_RETRIES = 2 20 BUG_TEMPLATE = { 21 'owner': 'vsuley (a] chromium.org', 22 'labels': ['OS-Chrome'], 23 'components': ['OS>Kernel>Audio'], 24 } 25 26 DOC = ''' 27 Test checks for basic audio sanity by checking cras status, crashes and active 28 streams. 29 ''' 30 31 job.run_test('audio_CrasSanity') 32