mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 21:36:01 +00:00
Make sure net-shell is started properly and it does not crash. The purpose of this test is to catch issues described in #19178 where UART was not working which was seen as net-shell crashing at startup. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
7 lines
88 B
YAML
7 lines
88 B
YAML
common:
|
|
depends_on: netif
|
|
tests:
|
|
net.shell:
|
|
min_ram: 20
|
|
tags: net net-shell
|