| # 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" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Performance" |
| TEST_CLASS = "video" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test is redundant with respect to calls made within server test |
| video_PowerConsumption. |
| This control file is to measure the power consumption of WebRTC locally. |
| """ |
| |
| job.run_test("video_WebRtcPerf", |
| decode_time_test=False, |
| cpu_test=False, |
| power_test=True) |