1sample: 2 name: Shell Sensor Module Sample 3common: 4 tags: 5 - sensor 6 - shell 7 8tests: 9 sample.sensor.shell: 10 integration_platforms: 11 - frdm_k64f 12 # TODO Remove once #63414 is resolved 13 platform_exclude: gd32l233r_eval 14 filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT ) 15 harness: keyboard 16 min_ram: 20 17 min_flash: 33 18 sample.sensor.shell.pytest: 19 filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") 20 min_ram: 40 21 harness: pytest 22 timeout: 180 23 extra_configs: 24 - arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y 25 - CONFIG_SAMPLES_SENSOR_SHELL_FAKE_SENSOR=y 26 integration_platforms: 27 - native_sim 28