17 lines
510 B
Plaintext
17 lines
510 B
Plaintext
# Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
NAME = 'usbpd_DisplayPortSink'
|
|
AUTHOR = 'The Chromium OS Authors'
|
|
PURPOSE = 'Test USB-PD DisplayPort sink'
|
|
DOC = """
|
|
Integration test for USB-PD DisplayPort sink.
|
|
"""
|
|
ATTRIBUTES = 'suite:experimental'
|
|
TIME = 'SHORT'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_CLASS = 'usbpd'
|
|
TEST_TYPE = 'client'
|
|
|
|
job.run_test('usbpd_DisplayPortSink', enter_reps=10)
|