Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lava_test_plans/projects/meta-qcom/devices/glymur-crd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "devices/glymur-crd" %}

{# Device-specific test exclusions for meta-qcom project #}
{% set EXCLUDED_TESTS = ['WiFi_Firmware_Driver', 'WiFi_OnOff', 'DSP_AudioPD', 'fastrpc_test', 'Ethernet'] %}
{% set EXCLUDED_TESTS = ['WiFi_Firmware_Driver', 'WiFi_OnOff', 'DSP_AudioPD', 'fastrpc_test', 'Ethernet', 'EFI_Variable_Validation'] %}

{% set flasher_device_type = "glymur-crd" %}

Expand Down
3 changes: 3 additions & 0 deletions lava_test_plans/projects/meta-qcom/devices/iq-x7181-evk
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{% extends "devices/iq-x7181-evk" %}

{# Device-specific test exclusions for meta-qcom project #}
{% set EXCLUDED_TESTS = ['EFI_Variable_Validation'] %}

{% set flasher_device_type = "iq-x7181-evk" %}

{# Exclude unsupported testplan for this device #}
Expand Down
2 changes: 1 addition & 1 deletion lava_test_plans/projects/meta-qcom/devices/rb1-core-kit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "devices/rb1-core-kit" %}

{# Device-specific test exclusions for meta-qcom project #}
{% set EXCLUDED_TESTS = ["fastrpc_test"] %}
{% set EXCLUDED_TESTS = ["fastrpc_test", "EFI_Variable_Validation"] %}

{# Exclude unsupported testplan for this device #}
{% set EXCLUDED_TESTPLANS = ['pre-merge-camera.yaml'] %}
Expand Down
7 changes: 6 additions & 1 deletion lava_test_plans/testcases/pre-merge-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
{"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/"}, "expected": ["AudioPlayback"]},
{"name": "Ethernet", "path": "Runner/suites/Connectivity/Ethernet/Ethernet.yaml", "expected": ["Ethernet"]},
{"name": "DSP_AudioPD", "path": "Runner/suites/Multimedia/DSP_AudioPD/DSP_AudioPD.yaml", "expected": ["DSP_AudioPD"]},
{"name": "fastrpc_test", "path": "Runner/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.yaml", "expected": ["fastrpc_test"]}
{"name": "Docker_Kernel_Config", "path": "Runner/suites/System/Docker_Kernel_Config/Docker_Kernel_Config.yaml", "expected": ["Docker_Kernel_Config"]},
{"name": "EFI_Variable_Validation", "path": "Runner/suites/System/EFI_Variable_Validation/EFI_Variable_Validation.yaml", "expected": ["EFI_Variable_Validation"]},
{"name": "Kubernetes_Kernel_Config", "path": "Runner/suites/System/Kubernetes_Kernel_Config/Kubernetes_Kernel_Config.yaml", "expected": ["Kubernetes_Kernel_Config"]},
{"name": "Logging_Journalctl_Validation", "path": "Runner/suites/System/Logging/Logging_Journalctl_Validation/Logging_Journalctl_Validation.yaml", "expected": ["Logging_Journalctl_Validation"]},
{"name": "Partition_PostBoot_Validation", "path": "Runner/suites/Kernel/Baseport/Storage/Partition_PostBoot_Validation/Partition_PostBoot_Validation.yaml", "expected": ["Partition_PostBoot_Validation"]},
{"name": "Boot_Systemd_KPI_Loop", "path": "Runner/suites/Performance/Boot_Systemd_KPI_Loop/Boot_Systemd_KPI_Loop.yaml", "expected": ["Boot_Systemd_KPI_Loop"]}
] %}