1# Copyright 2018 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 Team" 6NAME = "power_Dummy" 7PURPOSE = "Dummy client test for testing power autotest infrastructures." 8CRITERIA = "This test is a benchmark." 9TIME = "SHORT" 10TEST_CATEGORY = "Benchmark" 11TEST_CLASS = "power" 12TEST_TYPE = "client" 13ATTRIBUTES = "" 14 15DOC = """ 16Dummy client test for testing power telemetry wrapper tests, measurement 17loggers, and measurement dashboards. Run for a short amount of time, collect 18logger data, and upload to power dashboard. 19Loggers included in this test are all loggers in power_test and 20power_dashboard.SimplePowerLoggerDashboard. 21""" 22 23args_dict = utils.args_to_dict(args) 24pdash_note = args_dict.get('pdash_note', '') 25job.run_test('power_Dummy', pdash_note=pdash_note) 26