zephyr/tests
Alberto Escolar Piedras e934e49aa9 tests bsim cis: Fix sim_id collision
This test was reusing the sim_id from an l2cap test,
which was colliding with the corresponding l2cap test
when they were run in parallel.
Fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-30 11:35:45 +01:00
..
application_development tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
arch tests/x86: Reverting back to old logic 2023-10-27 17:36:44 +01:00
benchmarks tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
bluetooth tests: Bluetooth: tester: Fix missing net_buf_unref 2023-10-27 10:50:30 +02:00
boards tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
boot test: test_mcuboot: enable test on NXP MCUX platforms 2023-10-27 10:51:05 +02:00
bsim tests bsim cis: Fix sim_id collision 2023-10-30 11:35:45 +01:00
cmake tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
crypto tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
drivers drivers: watchdog: Add xmc4xxx support 2023-10-27 12:58:07 -05:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests: spinlock: Clear test globals before each test 2023-10-26 10:30:24 -04:00
lib tests/c_lib: Run tests on native/posix targets 2023-10-26 10:06:35 -04:00
misc tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
modules tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
net tests: net: checksum_offload: Cleanup and fixes for the test suite 2023-10-30 09:26:19 +01:00
posix tests/posix/common: Fix filtering for POSIX arch 2023-10-25 07:44:12 -04:00
robot
subsys shell: add new APIs to get the backend instances 2023-10-25 09:57:29 +02:00
unit tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
ztest tests/ztest/error_hook: Exclude posix arch for userspace test 2023-10-24 09:05:29 +02:00
test_config.yaml