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_PlaybackPower' 7 PURPOSE = 'Records power consumption for audio playback' 8 CRITERIA = ''' 9 This is a perf test. Test only fails if there is a problem with the test setup. 10 ''' 11 TIME = 'MEDIUM' 12 TEST_CATEGORY = 'General' 13 TEST_CLASS = 'audio' 14 TEST_TYPE = 'client' 15 16 DOC = ''' 17 Test verifies audio power consumption and reports it to the perf dashboard. 18 ''' 19 20 VIDEO_NAME = 'polka_crowd_128kbps_44_1khz.mp3' 21 CHECKSUM = '7171529bb34c6e17dd163b03aa2b7c9c' 22 23 job.run_test('audio_PlaybackPower', test_file=VIDEO_NAME, checksum=CHECKSUM) 24