zephyr/tests
Håvard Reierstad fe923670a9 Bluetooth: Host: bsim: Refactor common files
This commit deals mainly with bsim tests which have `common.c/h` files.
It does the following changes:
* Use functionality from the `babbelkit` library for common functions
  related to flags, test progression (failing, passing etc.) and
  synchronization between two devices. Locally defined equivalents are
  removed.
* Remove the `common.c/h` containing only functionality that is provided
  by the `babblekit` library.
* Remove the `test_pre_init_f` and `test_tick_f` functions (commonly
  implemented as `test_init` and `test_tick`) from the modified tests.
  These functions are not needed as they were only used to fail the test
  if a device didn't complete the test within a certain time frame. This
  is already handled by the `sim_length` argument used in the test
  scripts.
* Changes use of `atol` to `strtol` as the prior is against Zephyr
  coding guidelines.

Signed-off-by: Håvard Reierstad <haavard.reierstad@nordicsemi.no>
2025-01-17 13:41:50 +01:00
..
application_development tests: application_development: Add spdx SBOM test 2025-01-15 15:03:59 +01:00
arch tests: arch: arm: arm_irq_vector_table: Fix for nRF54H20 2025-01-14 15:38:32 +01:00
benchmarks tests: benchmarks: thread_metric: Record measurements 2025-01-16 22:38:51 +01:00
bluetooth Bluetooth: BAP: Add common capability check 2025-01-15 19:04:31 +01:00
boards samples: boards: nordic: coresight_stm: Fix nrfutil trace command 2025-01-16 22:56:13 +01:00
boot tests: boot: mcuboot_recovery_retention: Fix testcase 2024-12-29 05:59:37 +01:00
bsim Bluetooth: Host: bsim: Refactor common files 2025-01-17 13:41:50 +01:00
cmake tests: cmake: snippets: Exclude sysbuild 2024-12-27 07:18:13 +01:00
crypto
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers samples: drivers/i2s: Support i2s example for NXP frdm_mcxn947 2025-01-17 02:13:01 +01:00
integration/kernel
kconfig
kernel tests: kernel: Increase MAX_THREAD_BYTES to 6 2025-01-17 10:42:10 +01:00
lib tests: math: interpolation: disable floating point contraction 2025-01-09 09:51:39 +01:00
misc tests: llext-edk: get the Zephyr SDK path from build_info.yml 2025-01-10 09:51:54 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net net: lib http: Added tests for Content-Range to http parser. 2025-01-16 22:55:51 +01:00
posix tests: posix: fs: declare entry statically 2025-01-08 01:29:06 +01:00
robot
subsys tests: nrf: enable twister tests for nrf54l09pdk 2025-01-15 11:52:03 +01:00
unit tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml