tests: drivers: modem: Specify targets for cellular
Many boards do not build properly if UART_ASYNC_API is enabled, which is causing an overly large list of targets to exclude for the build_all.modem.modem_cellular.build test suite. This commit instead specifies 4 emulated boards, two of 32-bit, two of 64-bit instead. Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
This commit is contained in:
parent
d118d19293
commit
b054d162f2
1 changed files with 5 additions and 6 deletions
|
@ -74,10 +74,9 @@ tests:
|
|||
- CONFIG_MODEM_IFACE_UART_ASYNC=y
|
||||
drivers.modem.modem_cellular.build:
|
||||
extra_args: CONF_FILE=modem_cellular.conf
|
||||
platform_exclude:
|
||||
- serpente
|
||||
- particle_boron
|
||||
- rak5010_nrf52840
|
||||
- litex_vexriscv
|
||||
- ip_k66f
|
||||
platform_allow:
|
||||
- native_posix_64
|
||||
- native_posix
|
||||
- qemu_x86
|
||||
- qemu_x86_64
|
||||
min_ram: 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue