twister tests: Replace native_posix with native_sim

As native_sim is replacing native_posix overall and
becoming the default test platform.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-28 11:29:57 +01:00 committed by Anas Nashif
parent 6fce48b028
commit 188cdd95c5
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
tests:
dummy.agnostic.group1.subgroup1:
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_x86_64
integration_platforms:
- native_posix
- native_sim
tags:
- agnostic
- subgrouped

View File

@ -2,11 +2,11 @@ tests:
dummy.agnostic.group1.subgroup2:
build_only: true
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_x86_64
integration_platforms:
- native_posix
- native_sim
tags:
- agnostic
- subgrouped

View File

@ -1,9 +1,9 @@
tests:
dummy.agnostic.group2:
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_x86_64
integration_platforms:
- native_posix
- native_sim
tags: agnostic