Skip to content

Commit f683dc7

Browse files
committed
devices: add kaanapali-mtp with test and testplan exclusions
Add kaanapali-mtp to the general device pool and to the meta-qcom project. Exclude fastrpc_test, DSP_AudioPD, Ethernet, WiFi_OnOff, BT_ON_OFF, and EFI_Variable_Validation tests as they are not supported on kaanapali-mtp as of now. Exclude pre-merge-bt, pre-merge-camera, and pre-merge-gstr-video testplans for the same reason. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
1 parent 57f4902 commit f683dc7

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{% set PROJECT = PROJECT|default("") %}
2+
{% extends PROJECT+"flasher.jinja2" %}
3+
4+
{% set BOOT_OS_PROMPT = BOOT_OS_PROMPT|default("root@kaanapali-mtp") %}
5+
{% set ROOTFS_URL_COMP = ROOTFS_URL_COMP|default("gz") %}
6+
{% set ADDITIONAL_POSTPROCESS_STEPS = [
7+
'echo "FIREHOSE_PROGRAM=qsahara_device_programmer.xml" >> $IMAGE_PATH/flash.settings'
8+
]%}
9+
10+
{% set rootfs_label = 'rootfs' %}
11+
12+
{% block device_type %}kaanapali-mtp{% endblock %}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "devices/kaanapali-mtp" %}
2+
3+
{# Device-specific test exclusions for meta-qcom project #}
4+
{% set EXCLUDED_TESTS = ['fastrpc_test', 'DSP_AudioPD', 'Ethernet', 'WiFi_OnOff', 'BT_ON_OFF', 'EFI_Variable_Validation'] %}
5+
6+
{% set flasher_device_type = "kaanapali-mtp" %}
7+
8+
{# Exclude unsupported testplan for this device #}
9+
{% set EXCLUDED_TESTPLANS = ['pre-merge-bt.yaml', 'pre-merge-camera.yaml', 'pre-merge-gstr-video.yaml'] %}

0 commit comments

Comments
 (0)