Skip to content

Commit 284d8f6

Browse files
authored
Merge pull request qualcomm-linux#132 from smuppand/fastrpc
This PR introduces a standalone LAVA job definition that executes only the FastRPC test suite from qcom-linux-testkit.
2 parents 0ac513b + 450ecc8 commit 284d8f6

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)