Skip to content

Commit 58a170e

Browse files
committed
pre-merge-basic: add new test cases and exclude EFI_Variable_Validation
Add Docker_Kernel_Config, EFI_Variable_Validation, Kubernetes_Kernel_Config, Logging_Journalctl_Validation, Partition_PostBoot_Validation, and Boot_Systemd_KPI_Loop to the pre-merge-basic testcase to increase test coverage. Exclude EFI_Variable_Validation from glymur-crd, iq-x7181-evk, and rb1-core-kit as EFI variable validation is not supported on these targets as of now. Link: qualcomm-linux/meta-qcom#2178 Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
1 parent b9de72b commit 58a170e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

lava_test_plans/projects/meta-qcom/devices/glymur-crd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "devices/glymur-crd" %}
22

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

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

lava_test_plans/projects/meta-qcom/devices/iq-x7181-evk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% extends "devices/iq-x7181-evk" %}
22

3+
{# Device-specific test exclusions for meta-qcom project #}
4+
{% set EXCLUDED_TESTS = ['EFI_Variable_Validation'] %}
5+
36
{% set flasher_device_type = "iq-x7181-evk" %}
47

58
{# Exclude unsupported testplan for this device #}

lava_test_plans/projects/meta-qcom/devices/rb1-core-kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "devices/rb1-core-kit" %}
22

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

66
{# Exclude unsupported testplan for this device #}
77
{% set EXCLUDED_TESTPLANS = ['pre-merge-camera.yaml'] %}

lava_test_plans/testcases/pre-merge-basic.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
{"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"]},
2323
{"name": "Ethernet", "path": "Runner/suites/Connectivity/Ethernet/Ethernet.yaml", "expected": ["Ethernet"]},
2424
{"name": "DSP_AudioPD", "path": "Runner/suites/Multimedia/DSP_AudioPD/DSP_AudioPD.yaml", "expected": ["DSP_AudioPD"]},
25-
{"name": "fastrpc_test", "path": "Runner/suites/Multimedia/CDSP/fastrpc_test/fastrpc_test.yaml", "expected": ["fastrpc_test"]}
25+
{"name": "Docker_Kernel_Config", "path": "Runner/suites/System/Docker_Kernel_Config/Docker_Kernel_Config.yaml", "expected": ["Docker_Kernel_Config"]},
26+
{"name": "EFI_Variable_Validation", "path": "Runner/suites/System/EFI_Variable_Validation/EFI_Variable_Validation.yaml", "expected": ["EFI_Variable_Validation"]},
27+
{"name": "Kubernetes_Kernel_Config", "path": "Runner/suites/System/Kubernetes_Kernel_Config/Kubernetes_Kernel_Config.yaml", "expected": ["Kubernetes_Kernel_Config"]},
28+
{"name": "Logging_Journalctl_Validation", "path": "Runner/suites/System/Logging/Logging_Journalctl_Validation/Logging_Journalctl_Validation.yaml", "expected": ["Logging_Journalctl_Validation"]},
29+
{"name": "Partition_PostBoot_Validation", "path": "Runner/suites/Kernel/Baseport/Storage/Partition_PostBoot_Validation/Partition_PostBoot_Validation.yaml", "expected": ["Partition_PostBoot_Validation"]},
30+
{"name": "Boot_Systemd_KPI_Loop", "path": "Runner/suites/Performance/Boot_Systemd_KPI_Loop/Boot_Systemd_KPI_Loop.yaml", "expected": ["Boot_Systemd_KPI_Loop"]}
2631
] %}

0 commit comments

Comments
 (0)