1AUTHOR = "puthik"
2NAME = "power_ThermalLoad.fast"
3PURPOSE = "Run thermal workload and log temperature."
4CRITERIA = "This test is a benchmark."
5TIME = "SHORT"
6TEST_CATEGORY = "Benchmark"
7TEST_CLASS = "power"
8TEST_TYPE = "client"
9
10DOC = """
11This test makes sure that power_ThermalLoad is working fine.
12"""
13
14args_dict = utils.args_to_dict(args)
15pdash_note = args_dict.get('pdash_note', '')
16job.run_test('power_ThermalLoad', duration=180, tag=NAME.split('.')[1],
17             pdash_note=pdash_note, second_period=1.)
18