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