blob: 042187602113f2a22ffc29e83b0fe947bb3c90eb [file] [log] [blame]
# Copyright 2020 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 = "mqg"
NAME = "power_Speedometer2"
PURPOSE = "Run Speedometer2 test and collect power data."
CRITERIA = "This test is a benchmark."
TIME = "SHORT"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
ATTRIBUTES = "suite:power_daily"
DOC = """
Run Speedometer2 test and collect power data. Test should be ~3 minutes.
"""
args_dict = utils.args_to_dict(args)
pdash_note = args_dict.get('pdash_note', '')
job.run_test('power_Speedometer2', pdash_note=pdash_note)