Skip to content

Commit 05f5390

Browse files
aescolarfabiobaltieri
authored andcommitted
twister tests: Use native_sim instead of native_posix
native_posix is deprecated. native_sim should be used in its place. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 0e8eeb3 commit 05f5390

File tree

17 files changed

+29
-30
lines changed

17 files changed

+29
-30
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
tests:
22
always_fail.dummy:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim

scripts/tests/twister_blackbox/test_data/tests/always_timeout/dummy/test_data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ common:
33
tests:
44
always_timeout.dummy:
55
platform_allow:
6-
- native_posix
6+
- native_sim
77
- qemu_x86
88
- qemu_x86_64
99
integration_platforms:
10-
- native_posix
10+
- native_sim

scripts/tests/twister_blackbox/test_data/tests/always_warning/dummy/test_data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ common:
33
tests:
44
always_warning.dummy:
55
platform_allow:
6-
- native_posix
6+
- native_sim
77
- qemu_x86
88
- qemu_x86_64
99
integration_platforms:
10-
- native_posix
10+
- native_sim
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_one_pass.agnostic.group1.subgroup1:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_one_pass.agnostic.group1.subgroup2:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_two_error_one_pass.agnostic.group1.subgroup1:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_two_error_one_pass.agnostic.group1.subgroup2:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_two_error_one_pass.agnostic.group1.subgroup3:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tests:
22
one_fail_two_error_one_pass.agnostic.group1.subgroup4:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim
99
tags:
1010
- agnostic
1111
- subgrouped
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
tests:
22
always_overflow.dummy:
33
platform_allow:
4-
- native_posix
4+
- native_sim
55
- qemu_x86
66
- qemu_x86_64
77
integration_platforms:
8-
- native_posix
8+
- native_sim

0 commit comments

Comments
 (0)