zephyr/samples/net/gsm_modem/sample.yaml
Jukka Rissanen 56bb8a40e9 samples: net: gsm_modem: Add GSM mux compile test
Add a compile test for GSM muxing so that we catch possible
issues in the future.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-05-17 10:57:53 -04:00

17 lines
396 B
YAML

common:
harness: net
depends_on: serial-net
tags: net ppp modem gsm
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