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 platform_exclude: qemu_rx 20 filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") 21 min_ram: 40 22 harness: pytest 23 timeout: 180 24 extra_configs: 25 - arch:posix:CONFIG_UART_NATIVE_PTY_0_ON_STDINOUT=y 26 extra_args: DTC_OVERLAY_FILE=fake_sensor.overlay 27 integration_platforms: 28 - native_sim 29 sample.sensor.shell.shields: 30 platform_allow: 31 - adafruit_qt_py_rp2040/rp2040 32 extra_args: 33 - platform:adafruit_qt_py_rp2040/rp2040:SHIELD="adafruit_ina237" 34