2017-04-04 23:11:22 -04:00
|
|
|
sample:
|
2017-12-10 20:05:44 -05:00
|
|
|
name: Shell Sample
|
2017-04-04 23:11:22 -04:00
|
|
|
tests:
|
2019-12-01 12:29:43 -05:00
|
|
|
sample.shell.shell_module:
|
2021-08-24 14:24:30 +02:00
|
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
2018-10-15 15:28:35 -04:00
|
|
|
tags: shell
|
2018-08-09 09:57:31 +02:00
|
|
|
harness: keyboard
|
2018-09-23 10:05:20 -05:00
|
|
|
min_ram: 40
|
2022-02-09 21:17:27 -05:00
|
|
|
integration_platforms:
|
|
|
|
|
- native_posix
|
2023-07-17 14:41:18 +00:00
|
|
|
- intel_socfpga_agilex5_socdk
|
2021-02-25 14:58:02 +01:00
|
|
|
sample.shell.shell_module.usb:
|
|
|
|
|
depends_on: usb_device
|
2023-05-08 13:37:42 +02:00
|
|
|
tags:
|
|
|
|
|
- shell
|
|
|
|
|
- usb
|
2021-02-25 14:58:02 +01:00
|
|
|
harness: keyboard
|
|
|
|
|
min_ram: 40
|
2023-05-08 13:37:42 +02:00
|
|
|
extra_args:
|
|
|
|
|
- OVERLAY_CONFIG="overlay-usb.conf"
|
|
|
|
|
- DTC_OVERLAY_FILE="usb.overlay"
|
2022-02-09 21:17:27 -05:00
|
|
|
integration_platforms:
|
|
|
|
|
- native_posix
|
2019-12-01 12:29:43 -05:00
|
|
|
sample.shell.shell_module.minimal:
|
2021-08-24 14:24:30 +02:00
|
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
2018-10-15 15:28:35 -04:00
|
|
|
tags: shell
|
2017-12-10 20:05:44 -05:00
|
|
|
harness: keyboard
|
2018-08-09 09:57:31 +02:00
|
|
|
extra_args: CONF_FILE="prj_minimal.conf"
|
2022-02-09 21:17:27 -05:00
|
|
|
integration_platforms:
|
|
|
|
|
- native_posix
|
2021-01-15 14:33:07 +01:00
|
|
|
sample.shell.shell_module.getopt:
|
2021-07-01 11:00:15 +02:00
|
|
|
integration_platforms:
|
|
|
|
|
- qemu_x86
|
2023-05-04 16:49:51 +02:00
|
|
|
arch_exclude: posix
|
2021-07-01 11:00:15 +02:00
|
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") and not CONFIG_NEWLIB_LIBC
|
2021-01-15 14:33:07 +01:00
|
|
|
tags: shell
|
|
|
|
|
harness: keyboard
|
|
|
|
|
min_ram: 40
|
|
|
|
|
extra_args: CONF_FILE="prj_getopt.conf"
|
2019-12-01 12:29:43 -05:00
|
|
|
sample.shell.shell_module.minimal_rtt:
|
2019-03-28 10:34:42 +01:00
|
|
|
filter: CONFIG_HAS_SEGGER_RTT
|
2019-02-01 14:45:35 +01:00
|
|
|
tags: shell
|
|
|
|
|
harness: keyboard
|
|
|
|
|
extra_args: CONF_FILE="prj_minimal_rtt.conf"
|
2022-02-09 21:17:27 -05:00
|
|
|
integration_platforms:
|
|
|
|
|
- nrf52833dk_nrf52833
|
2021-03-04 13:38:14 -08:00
|
|
|
sample.shell.shell_module.login:
|
2021-08-24 14:24:30 +02:00
|
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
2021-03-04 13:38:14 -08:00
|
|
|
tags: shell
|
|
|
|
|
harness: keyboard
|
|
|
|
|
min_ram: 40
|
|
|
|
|
extra_args: CONF_FILE="prj_login.conf"
|
2022-02-09 21:17:27 -05:00
|
|
|
integration_platforms:
|
|
|
|
|
- native_posix
|
2023-03-14 15:17:27 +01:00
|
|
|
sample.shell.shell_module.robot:
|
|
|
|
|
harness: robot
|
|
|
|
|
harness_config:
|
|
|
|
|
robot_test_path: shell_module.robot
|