Home | History | Annotate | Download | only in usbpd_GFU
      1 # Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 NAME = 'usbpd_GFU'
      5 AUTHOR = 'The Chromium OS Authors'
      6 PURPOSE = 'Test USB-PD Google Firmware Update (GFU)'
      7 DOC = """
      8 Integration test for USB-PD Google Firmware Update (GFU).
      9 """
     10 TIME='MEDIUM'
     11 TEST_CATEGORY = 'Functional'
     12 TEST_CLASS = 'usbpd'
     13 TEST_TYPE = 'client'
     14 
     15 job.run_test('usbpd_GFU', ro_reps=1)
     16