From 450ecc83cae78c219d0684520401764c528b899a Mon Sep 17 00:00:00 2001 From: Srikanth Muppandam Date: Wed, 23 Jul 2025 11:18:46 +0530 Subject: [PATCH] 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 --- Runner/plans/fastrpc-premerge.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Runner/plans/fastrpc-premerge.yaml diff --git a/Runner/plans/fastrpc-premerge.yaml b/Runner/plans/fastrpc-premerge.yaml new file mode 100644 index 00000000..4e6961f9 --- /dev/null +++ b/Runner/plans/fastrpc-premerge.yaml @@ -0,0 +1,19 @@ +metadata: + format: Lava-Test Test Definition 1.0 + name: fastrpc-only + description: "Run only FastRPC tests from qcom-linux-testkit" + maintainer: + - smuppand@qti.qualcomm.com + os: + - yocto open embedded + scope: + - functional + devices: + - rb3gen2 + +run: + steps: + - cd Runner + - $PWD/suites/Multimedia/CDSP/fastrpc_test/run.sh || true + - $PWD/utils/send-to-lava.sh $PWD/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.res || true + - $PWD/utils/result_parse.sh