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