Home | History | Annotate | Download | only in power_Display
      1 AUTHOR = "Chrome OS Team"
      2 NAME = "power_Display.fast"
      3 PURPOSE = "Measure display power usage."
      4 CRITERIA = "This test is a benchmark."
      5 TIME = "SHORT"
      6 TEST_CATEGORY = "Benchmark"
      7 TEST_CLASS = "power"
      8 TEST_TYPE = "client"
      9 
     10 DOC = """
     11 This test makes sure that power_Display works.
     12 """
     13 
     14 args_dict = utils.args_to_dict(args)
     15 pdash_note = args_dict.get('pdash_note', '')
     16 job.run_test('power_Display', secs_per_page=2, tag=NAME.split('.')[1],
     17              pdash_note=pdash_note, seconds_period=1)
     18