• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "ChromeOS 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 = ""
14PY_VERSION = 3
15
16DOC = """
17Dummy client test for testing power telemetry wrapper tests, measurement
18loggers, and measurement dashboards. Run for a short amount of time, collect
19logger data, and upload to power dashboard.
20Loggers included in this test are all loggers in power_test and
21power_dashboard.SimplePowerLoggerDashboard.
22"""
23
24args_dict = utils.args_to_dict(args)
25pdash_note = args_dict.get('pdash_note', '')
26job.run_test('power_Dummy', pdash_note=pdash_note)
27