Skip to content

Commit aa99071

Browse files
committed
Add test definition for usb_msd
Individual test definition is meant to be used for debugging the test script running in LAVA. Signed-off-by: Aanchal Chaurasia <achauras@qti.qualcomm.com>
1 parent 39b7f50 commit aa99071

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-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_msd
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 Mass Storage Devices (MSD)."
5+
os:
6+
- linux
7+
scope:
8+
- functional
9+
10+
run:
11+
steps:
12+
- REPO_PATH=$PWD
13+
- cd Runner/suites/Kernel/Baseport/USB/usb_msd
14+
- ./run.sh || true
15+
- $REPO_PATH/Runner/utils/send-to-lava.sh usb_msd.res
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
metadata:
2+
name: usb-msd
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 Mass Storage Devices (MSD)."
5+
os:
6+
- linux
7+
scope:
8+
- functional
9+
10+
run:
11+
steps:
12+
- REPO_PATH=$PWD
13+
- cd Runner/suites/Kernel/Baseport/usb_msd
14+
- ./run.sh || true
15+
- $REPO_PATH/Runner/utils/send-to-lava.sh usb_msd.res || true
16+

0 commit comments

Comments
 (0)