Skip to content

Commit db1fdad

Browse files
committed
Add test definition for usb_hid
Individual test definition is meant to be used for debugging the test script running in LAVA. Signed-off-by: “Aanchal <achauras@qti.qualcomm.com>
1 parent 96cccb6 commit db1fdad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
metadata:
2+
name: usb_hid
3+
format: "Lava-Test Test Definition 1.0"
4+
description: "This shell script executes on the DUT (Device-Under-Test) and verifies enumeration of connected USB Human Interface Devices (HID)."
5+
os:
6+
- linux
7+
scope:
8+
- functional
9+
10+
run:
11+
steps:
12+
- REPO_PATH=$PWD
13+
- cd Runner/suites/Kernel/Baseport/usb_hid
14+
- ./run.sh || true
15+
- $REPO_PATH/Runner/utils/send-to-lava.sh usb_hid.res
16+

0 commit comments

Comments
 (0)