93b63df762
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>
23 lines
511 B
YAML
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
|