• 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 = "Chrome OS Team"
6NAME = "power_Standby.36sec"
7TIME = "SHORT"
8TEST_CATEGORY = "Benchmark"
9TEST_CLASS = "power"
10TEST_TYPE = "client"
11
12DOC = """
13This test make sure that power_Standby test is working.
14"""
15
16args_dict = utils.args_to_dict(args)
17pdash_note = args_dict.get('pdash_note', '')
18job.run_test('power_Standby', sample_hours=0.01, test_hours=0.01, ac_ok=True,
19             tag=NAME.split('.')[1], pdash_note=pdash_note, bypass_check=True)
20