1sample:
2  description: AT Command Client - bidirectional UART bridge between
3    console and cellular modem for AT command communication
4  name: AT Command Client
5common:
6  min_ram: 8
7  min_flash: 32
8  tags:
9    - modem
10    - uart
11    - at_commands
12    - cellular
13  depends_on:
14    - uart
15  harness: console
16  harness_config:
17    type: multi_line
18    ordered: true
19    regex:
20      - "Console UART pipe registered"
21      - "Modem pipe initialized and opened"
22      - "Console <-> Modem communication established"
23tests:
24  sample.modem.at_client:
25    tags:
26      - modem
27      - uart
28    filter: dt_chosen_enabled("zephyr,modem-uart")
29