For several samples that today have native_sim enabled, enable them also for native_sim. And set native_sim as default integration_platform instead of native_posix. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
20 lines
360 B
YAML
20 lines
360 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- ipv4_autoconf
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
sample:
|
|
description: Test IPv4 autoconf functionality
|
|
name: IPv4 autoconf sample app
|
|
tests:
|
|
sample.net.ipv4_autoconf:
|
|
depends_on: netif
|