# Copyright 2015 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. AUTHOR = 'rohitbm@chromium.org, ChromeOS Audio' NAME = 'audio_PlaybackPower' PURPOSE = 'Records power consumption for audio playback' CRITERIA = ''' This is a perf test. Test only fails if there is a problem with the test setup. ''' TIME = 'MEDIUM' TEST_CATEGORY = 'General' TEST_CLASS = 'audio' TEST_TYPE = 'client' DOC = ''' Test verifies audio power consumption and reports it to the perf dashboard. ''' VIDEO_NAME = 'polka_crowd_128kbps_44_1khz.mp3' CHECKSUM = '7171529bb34c6e17dd163b03aa2b7c9c' job.run_test('audio_PlaybackPower', test_file=VIDEO_NAME, checksum=CHECKSUM)