1 AUTHOR = "Chrome OS Team" 2 NAME = "power_ThermalLoad" 3 PURPOSE = "Run thermal workload and log temperature." 4 CRITERIA = "This test is a benchmark." 5 TIME = "LONG" 6 TEST_CATEGORY = "Benchmark" 7 TEST_CLASS = "power" 8 TEST_TYPE = "client" 9 10 DOC = """ 11 This test records power and temperature related statistics while open WebGL 12 heavy page. 13 """ 14 15 args_dict = utils.args_to_dict(args) 16 pdash_note = args_dict.get('pdash_note', '') 17 job.run_test('power_ThermalLoad', pdash_note=pdash_note) 18