1# Copyright (c) 2014 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 = "Chrome OS Project, chromeos-video@google.com"
6NAME = "video_WebRtcPerf.power"
7PURPOSE = "Measure the power consumption of WebRTC"
8TIME = "SHORT"
9TEST_CATEGORY = "Performance"
10TEST_CLASS = "video"
11TEST_TYPE = "client"
12
13DOC = """
14This test measures the power consumption of WebRTC locally and does not have
15suite. The test needs RPM to run on a bot and the control files are in server
16side.
17"""
18
19job.run_test("video_WebRtcPerf",
20             decode_time_test=False,
21             cpu_test=False,
22             power_test=True)
23