Browse Source

tests/*: Switch integration platform to native_sim

Swith integration_platforms from native_posix(_64)
to native_sim(_64).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
pull/64751/head
Alberto Escolar Piedras 2 years ago committed by Anas Nashif
parent
commit
690479fc36
  1. 2
      tests/application_development/gen_inc_file/testcase.yaml
  2. 2
      tests/benchmarks/data_structure_perf/dlist_perf/testcase.yaml
  3. 2
      tests/benchmarks/data_structure_perf/rbtree_perf/testcase.yaml
  4. 2
      tests/misc/check_init_priorities/testcase.yaml
  5. 4
      tests/modules/nanopb/testcase.yaml

2
tests/application_development/gen_inc_file/testcase.yaml

@ -1,5 +1,5 @@
tests: tests:
buildsystem.include_file: buildsystem.include_file:
integration_platforms: integration_platforms:
- native_posix - native_sim
tags: gen_inc_file tags: gen_inc_file

2
tests/benchmarks/data_structure_perf/dlist_perf/testcase.yaml

@ -5,4 +5,4 @@ tests:
- dlist - dlist
- kernel - kernel
integration_platforms: integration_platforms:
- native_posix - native_sim

2
tests/benchmarks/data_structure_perf/rbtree_perf/testcase.yaml

@ -5,4 +5,4 @@ tests:
- rbtree - rbtree
- kernel - kernel
integration_platforms: integration_platforms:
- native_posix - native_sim

2
tests/misc/check_init_priorities/testcase.yaml

@ -9,4 +9,4 @@ tests:
- native_posix - native_posix
integration_platforms: integration_platforms:
- native_sim - native_sim
- native_posix - native_sim

4
tests/modules/nanopb/testcase.yaml

@ -5,5 +5,5 @@ tests:
tags: tags:
- nanopb - nanopb
integration_platforms: integration_platforms:
- native_posix - native_sim
- native_posix_64 - native_sim_64

Loading…
Cancel
Save