1# Copyright 2020 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 = "mqg" 6NAME = "power_Speedometer2" 7PURPOSE = "Run Speedometer2 test and collect power data." 8CRITERIA = "This test is a benchmark." 9TIME = "SHORT" 10TEST_CATEGORY = "Benchmark" 11TEST_CLASS = "power" 12TEST_TYPE = "client" 13ATTRIBUTES = "suite:power_daily" 14PY_VERSION = 3 15 16DOC = """ 17Run Speedometer2 test and collect power data. Test should be ~3 minutes. 18""" 19 20args_dict = utils.args_to_dict(args) 21pdash_note = args_dict.get('pdash_note', '') 22job.run_test('power_Speedometer2', pdash_note=pdash_note) 23