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