xref: /aosp_15_r20/external/autotest/client/site_tests/power_WaitForCoolDown/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2020 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 = "puthik"
6NAME = "power_WaitForCoolDown"
7PURPOSE = "Transition test to wait for DUT to cool down after thermal test."
8TIME = "SHORT"
9TEST_CATEGORY = "Benchmark"
10TEST_CLASS = "power"
11TEST_TYPE = "client"
12PY_VERSION = 3
13
14DOC = """
15Transition test to wait for DUT to cool down after thermal test while collecting
16power / thermal releated log.
17"""
18
19args_dict = utils.args_to_dict(args)
20pdash_note = args_dict.get('pdash_note', '')
21job.run_test('power_WaitForCoolDown', pdash_note=pdash_note,
22             force_discharge='optional')
23