As native_posix is no longer supported, due to incompatibility with CONFIG_POSIX_API, remove a dedicated config for it. A config for qemu_cortex_m3 needed to enable RNG, as otherwise it's not available for the platform and gives build error. Finally, enable qemu_cortex_m3 build in the CI. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
16 lines
306 B
YAML
16 lines
306 B
YAML
sample:
|
|
description: Test TFTP client get and put methods
|
|
name: TFTP client sample app
|
|
tests:
|
|
sample.net.tftp_client:
|
|
harness: net
|
|
depends_on: netif
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_cortex_m3
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- net
|
|
- tftp
|