• 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.fast_suspend_to_ram"
7TIME = "MEDIUM"
8TEST_CATEGORY = "Benchmark"
9TEST_CLASS = "power"
10TEST_TYPE = "client"
11
12DOC = """
13This test measures the power draw during suspend.
14
15Test uses RTC wake to transition from suspend to S0 every sample_hours for a
16total standby time of test_hours.  The suspend to S0 transitions are added to
17  1. Validate battery use
18  2. Guarantee that suspend was maintained (no external/false wake)
19  3. Create transitions which more closely model user's interaction.
20
21This test also force suspend to ram regardless of platform setting.
22"""
23
24args_dict = utils.args_to_dict(args)
25pdash_note = args_dict.get('pdash_note', '')
26job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
27             tag=NAME.split('.')[1], suspend_state='mem', pdash_note=pdash_note)
28