mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 21:17:04 +00:00
sample.yaml is needed so that we can do some sanity checks for the GSM modem code. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
12 lines
255 B
YAML
12 lines
255 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
|