1AUTHOR = "ChromeOS Team" 2NAME = "power_WifiIdle" 3PURPOSE = "Measure power usage with wifi on or off." 4 5CRITERIA = "This test is a benchmark." 6TIME = "SHORT" 7TEST_CATEGORY = "Benchmark" 8TEST_CLASS = "power" 9TEST_TYPE = "client" 10#ATTRIBUTES = "suite:power_daily" 11PY_VERSION = 3 12 13DOC = """ 14This test records power related statistics while staying idle, and 15compares between wifi on and off. 16""" 17 18args_dict = utils.args_to_dict(args) 19pdash_note = args_dict.get('pdash_note', '') 20job.run_test('power_WifiIdle', pdash_note=pdash_note) 21