Skip to content

Commit

Permalink
Change native_posix to native_sim in tests
Browse files Browse the repository at this point in the history
Ref: NCSDK-28626

Signed-off-by: Artur Hadasz <[email protected]>
  • Loading branch information
ahasztag committed Dec 9, 2024
1 parent d81e639 commit a499bca
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [ -z "${ZEPHYR_BASE}" ]; then
exit 1
fi

$ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform native_posix --platform native_posix/native/64 $*
$ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform native_sim --platform native_sim/native/64 $*
2 changes: 1 addition & 1 deletion tests/unit/bootstrap_envelope/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.bootstrap_envelope:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor run-command-sequence
2 changes: 1 addition & 1 deletion tests/unit/decoder/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.decoder:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor suit-decoder
2 changes: 1 addition & 1 deletion tests/unit/fetch_integrated_manifests/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.fetch_integrated_manifests:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor integrated-manifest fetch
2 changes: 1 addition & 1 deletion tests/unit/fetch_integrated_payload/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.fetch_integrated_payload:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor integrated-payload fetch
2 changes: 1 addition & 1 deletion tests/unit/manifest/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.manifest:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor suit-manifest
2 changes: 1 addition & 1 deletion tests/unit/manifest_metadata/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.menifest_metadata:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor suit-manifest-metadata
2 changes: 1 addition & 1 deletion tests/unit/nested_seq/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.nested_seq:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor run-command-sequence
2 changes: 1 addition & 1 deletion tests/unit/seq_execution/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.seq_execution:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor suit-schedule-execution
2 changes: 1 addition & 1 deletion tests/unit/seq_validation/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.seq_validation:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor suit-schedule-validation
2 changes: 1 addition & 1 deletion tests/unit/try_each/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
suit-processor.unit.try_each:
platform_allow: native_posix native_posix/native/64 mps2_an521
platform_allow: native_sim native_sim/native/64 mps2_an521
tags: suit-processor try-each

0 comments on commit a499bca

Please sign in to comment.