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