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