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:
parent
c47702cb7e
commit
bb090128f6
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue