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