tests/subsys/canbus/isotp/conformance: Replace native_posix in comment

Replace native_posix with native_sim in a comment.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-28 13:18:39 +01:00 committed by Anas Nashif
parent 345c25659c
commit 0f5a0327e6

View file

@ -5,8 +5,8 @@
# +--------+------------------------+----------------------+----------------+
# | 1 | Classical CAN only | CONFIG_CAN_FD_MODE=n | nucleo_f072 |
# | 2 | Classical CAN only | CONFIG_CAN_FD_MODE=y | nucleo_f072 |
# | 3 | Classical CAN + CAN FD | CONFIG_CAN_FD_MODE=n | native_posix |
# | 4 | Classical CAN + CAN FD | CONFIG_CAN_FD_MODE=y | native_posix |
# | 3 | Classical CAN + CAN FD | CONFIG_CAN_FD_MODE=n | native_sim |
# | 4 | Classical CAN + CAN FD | CONFIG_CAN_FD_MODE=y | native_sim |
#
# The test-specific CONFIG_TEST_USE_CAN_FD_MODE is used to decide if the test should use
# CAN FD independent of CONFIG_CAN_FD_MODE configuration.