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