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 is redundant with respect to calls made within server test
15video_PowerConsumption.
16This control file is to measure the power consumption of WebRTC locally.
17"""
18
19job.run_test("video_WebRtcPerf",
20             decode_time_test=False,
21             cpu_test=False,
22             power_test=True)
23