blob: 0b46d30294e06bbe5bd3d7e80b94222d78841267 [file] [log] [blame]
# Copyright (c) 2014 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 = "Chrome OS Project, chromeos-video@google.com"
NAME = "video_WebRtcPower"
PURPOSE = "Test the power consumption of video encode/decode in a WebRTC call"
CRITERIA = """
The test outputs the video power consumption.
"""
TIME = "MEDIUM"
TEST_CATEGORY = "Performance"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp8"
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'Cr-OS-Kernel-Video'],
}
DOC = """
This test checks whether video encode and decode power consumption
has regression.
"""
job.run_test('video_WebRtcPower')