Commit b55d702
committed
Add test script to validate USB Host mode
Add test script to validate USB Host mode
The shell script verifies the enumeration of USB devices
connected to DUT for testing USB Host mode functionality.
Signed-off-by: Aanchal Chaurasia <[email protected]>
Add SPDX license headers to USBHost/run.sh
Updates shell script under the USBHost/ directory to include proper SPDX
license identifiers and copyright:
SPDX-License-Identifier: BSD-3-Clause-Clear
This change supports automation tools like repolinter and align with open
source best practices.
Signed-off-by: Aanchal Chaurasia <[email protected]>
Add comments regarding test setup
Include test setup information as comment in the script header. This
informs tester of hardware setup requirement before starting test.
Signed-off-by: Aanchal Chaurasia <[email protected]>1 parent ec8d3f1 commit b55d702
1 file changed
+44
-0
lines changedLines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments