tests/subsys/mgmt/ec_host_cmd/*: Enable for native_sim

Enable these test which run in native_posix in native_sim,
And set native_sim as default test platform

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-23 09:35:35 +01:00 committed by Fabio Baltieri
commit bb090128f6
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,8 @@
tests:
mgmt.ec_host_cmd.simulator.core:
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
tags: ec_host_cmd

View file

@ -1,4 +1,8 @@
tests:
mgmt.ec_host_cmd.uart.core:
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
tags: ec_host_cmd