Skip to content

Commit 96cccb6

Browse files
committed
Add documentation for Runner/../usb_hid/run.sh
Added setup information and basic requirements. This informs the tester of the hardware setup requirement before starting test. Signed-off-by: “Aanchal <achauras@qti.qualcomm.com>
1 parent 97c0a95 commit 96cccb6

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

  • Runner/suites/Kernel/Baseport/usb_hid
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
SPDX-License-Identifier: BSD-3-Clause-Clear
3+
4+
# USB HID Validation
5+
6+
## Overview
7+
8+
This shell script executes on the DUT (Device-Under-Test) and verifies enumeration of connected USB Human Interface Devices (HID).
9+
10+
---
11+
12+
## Setup
13+
14+
- Connect USB HID peripheral(s) to USB port(s) on DUT.
15+
- Only applicable for USB ports that support Host Mode functionality.
16+
- USB HID peripherals examples: Mouse, Keyboard, USB headset, etc.
17+
18+
---
19+
20+
## Usage
21+
### Instructions:
22+
1. **Copy the test suite to the target device** using `scp` or any preferred method.
23+
2. **Navigate to the test directory** on the target device.
24+
3. **Run the test script** using the test runner or directly.
25+
26+
---
27+
28+
### Quick Example
29+
```
30+
cd Runner
31+
./run-test.sh usb_hid
32+
```

0 commit comments

Comments
 (0)