zephyr/samples/net/gsm_modem/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

23 lines
511 B
YAML

common:
harness: net
depends_on: serial-net
tags:
- net
- ppp
- modem
- gsm
platform_allow: frdm_k64f
extra_args: DTC_OVERLAY_FILE="boards/frdm_uart2_dts.overlay"
sample:
description: Sample for generic GSM modem
name: Generic GSM modem using PPP
tests:
sample.net.ppp.gsm.modem:
extra_configs:
- CONFIG_TEST_RANDOM_GENERATOR=y
sample.net.ppp.gsm.modem.mux:
extra_configs:
- CONFIG_TEST_RANDOM_GENERATOR=y
- CONFIG_GSM_MUX=y
- CONFIG_UART_MUX=y