tests/drivers/bbram: Switch to native_sim
Switch from native_posix to native_sim as default test platform, switch overlays to native_sim. For the HW test, filter whole posix arch to speed up twister run. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
a7ee8b2757
commit
5c7eae6745
3 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,6 @@ tests:
|
||||||
- drivers
|
- drivers
|
||||||
- bbram
|
- bbram
|
||||||
harness: ztest
|
harness: ztest
|
||||||
platform_allow: native_posix
|
platform_allow: native_sim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_posix
|
- native_sim
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ common:
|
||||||
- bbram
|
- bbram
|
||||||
build_only: true
|
build_only: true
|
||||||
harness: ztest
|
harness: ztest
|
||||||
platform_exclude: native_posix
|
arch_exclude: posix
|
||||||
tests:
|
tests:
|
||||||
drivers.bbram.it8xxx2:
|
drivers.bbram.it8xxx2:
|
||||||
filter: dt_compat_enabled("ite,it8xxx2-bbram")
|
filter: dt_compat_enabled("ite,it8xxx2-bbram")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue