blob: 17f9b133dfd59680a53fa1297830cd577f9472cc [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_WebRtcPerf.power"
PURPOSE = "Measure the power consumption of WebRTC"
CRITERIA = "This test does not fail."
TIME = "SHORT"
TEST_CATEGORY = "Performance"
TEST_CLASS = "video"
TEST_TYPE = "client"
BUG_TEMPLATE = {
"labels": ["OS-Chrome", "Cr-OS-Kernel-Video"],
}
DOC = """
This test measures the power consumption of WebRTC locally and does not have
SUITE. The test needs RPM to run on a bot and the control files are in server
side.
"""
job.run_test("video_WebRtcPerf",
run_hardware_acceleration_only=False,
decode_time_test=False,
cpu_test=False,
power_test=True)