Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lava_test_plans/projects/meta-qcom/devices/rb1-core-kit
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{% extends "devices/rb1-core-kit" %}
{% extends "devices/rb1-core-kit" %}

{# Device-specific test exclusions for meta-qcom project #}
{% set EXCLUDED_TESTS = ["fastrpc_test"] %}
3 changes: 2 additions & 1 deletion lava_test_plans/testcases/pre-merge-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
{"name": "AudioRecord", "path": "Runner/suites/Multimedia/Audio/AudioRecord/AudioRecord.yaml"},
{"name": "AudioPlayback", "path": "Runner/suites/Multimedia/Audio/AudioPlayback/AudioPlayback.yaml", "include": (AUDIO_CLIPS_URL is defined and AUDIO_CLIPS_URL), "params": {"AUDIO_CLIPS_BASE_DIR": "/home/AudioClips/"}},
{"name": "Ethernet", "path": "Runner/suites/Connectivity/Ethernet/Ethernet.yaml"},
{"name": "DSP_AudioPD", "path": "Runner/suites/Multimedia/DSP_AudioPD/DSP_AudioPD.yaml"}
{"name": "DSP_AudioPD", "path": "Runner/suites/Multimedia/DSP_AudioPD/DSP_AudioPD.yaml"},
{"name": "fastrpc_test", "path": "Runner/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.yaml"}
] %}

{% block test_target %}
Expand Down