Home | History | Annotate | Download | only in usbpd_DisplayPortSink
      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_DisplayPortSink'
      5 AUTHOR = 'The Chromium OS Authors'
      6 PURPOSE = 'Test USB-PD DisplayPort sink'
      7 DOC = """
      8 Integration test for USB-PD DisplayPort sink.
      9 """
     10 ATTRIBUTES = 'suite:experimental'
     11 TIME = 'SHORT'
     12 TEST_CATEGORY = 'Functional'
     13 TEST_CLASS = 'usbpd'
     14 TEST_TYPE = 'client'
     15 
     16 job.run_test('usbpd_DisplayPortSink', enter_reps=10)
     17