Skip to content

Commit 5b6338d

Browse files
pdietlaescolar
authored andcommitted
boards: posix: native_posix_64: Add sim: native
If one does not specify `simulation: native` in a `testcase.yaml` file, then when trying to run tests with `native_posix_64` as the platform, the `TestInstance.setup_handler` method in `scripts/pylib/twister/twisterlib/testinstance.py` will not assign a handler and one's tests will be marked as ran, but the test output will all be of the form "... No status" since the test binary is built but not ran. Fixes #54605 Signed-off-by: Pete Dietl <petedietl@gmail.com>
1 parent 45d5fb7 commit 5b6338d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/posix/native_posix/native_posix_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
identifier: native_posix_64
22
name: Native 64-bit POSIX port
33
type: native
4+
simulation: native
45
arch: posix
56
ram: 65536
67
flash: 65536

0 commit comments

Comments
 (0)