Skip to content

Commit 450ecc8

Browse files
committed
lava: add FastRPC-only job definition (fastrpc-only.yaml)
- New LAVA job that runs only FastRPC tests from qcom-linux-testkit - Keeps deploy/boot flow generic; users just tweak URLs/prompts - Filters suites/tests via ONLY_SUITES/ONLY_TESTS to avoid unrelated runs Signed-off-by: Srikanth Muppandam <[email protected]>
1 parent 0ac513b commit 450ecc8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Runner/plans/fastrpc-premerge.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
metadata:
2+
format: Lava-Test Test Definition 1.0
3+
name: fastrpc-only
4+
description: "Run only FastRPC tests from qcom-linux-testkit"
5+
maintainer:
6+
7+
os:
8+
- yocto open embedded
9+
scope:
10+
- functional
11+
devices:
12+
- rb3gen2
13+
14+
run:
15+
steps:
16+
- cd Runner
17+
- $PWD/suites/Multimedia/CDSP/fastrpc_test/run.sh || true
18+
- $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.res || true
19+
- $PWD/utils/result_parse.sh

0 commit comments

Comments
 (0)