mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
23 lines
661 B
Plaintext
23 lines
661 B
Plaintext
=== USB Configuration with Two USB Ports
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/hardware/usb_two_ports]
|
|
|
|
==== Description
|
|
|
|
Test that the USB locked/unlocked configuration is consistent
|
|
when having two USB ports.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[USB Configuration with Two USB Ports topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUTs
|
|
. Lock the first USB port and unlock the second USB port
|
|
. Verify that the correct port is locked and the correct one is unlocked
|
|
. Unlock the first USB port, and lock the second USB port
|
|
. Verify that the correct port is locked and the correct one is unlocked
|
|
|
|
|