zephyr/tests
Alberto Escolar Piedras 8cf65fa282 tests: bluetooth gatt settings: Fix random test failures
These tests are creating and deleting temporary files.
But they deleted them with a wildcard that
matched each other's temporary files causing failures
when the tests run in parallel.
Avoid it by only deleting the files for each test.

As a freeby: Add the option to pass arbitrary commands to Phy from the
calling script, as with most other tests

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-03-09 15:37:13 +01:00
..
application_development
arch tests: arch: x86: static_idt: Fix test when building with llvm 2023-02-19 20:47:23 -05:00
benchmarks tests: Fix floating point test variants on x86 w/LLVM 2023-02-21 08:25:38 -05:00
bluetooth tests: bluetooth gatt settings: Fix random test failures 2023-03-09 15:37:13 +01:00
boards nrf52_bsim: Add tests of EGU 2023-02-22 16:15:20 +01:00
boot tests: boot: test_mcuboot: Add FLASH_MAP and STREAM_FLASH 2023-03-03 10:49:32 +01:00
cmake twister: Fields for Kconfig and DT overlay files in testcase.yaml 2023-03-01 16:52:01 -05:00
crypto tests: Align zephyr,psa-crypto-rng node names with those used by SoCs 2023-02-07 14:26:18 +01:00
drivers test: Filter HW test from prototyped SBS Gauge 2023-03-08 08:58:24 +01:00
kernel util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
lib tests/lib/cpp/cxx: Fix for all POSIX arch platforms 2023-03-07 20:56:17 -06:00
misc tests: misc: iterable_sections: test alternate foreach 2023-03-06 13:52:29 +01:00
net tests: net: http_service: verify service and resource macros 2023-03-08 13:57:13 +00:00
posix tests: posix: add coverage for fnmatch 2023-03-03 17:40:14 +09:00
subsys tests: input: add an initial input testsuite 2023-03-06 11:47:32 -08:00
unit tests: unit: test for Power-of-Two utilities 2023-02-22 19:14:05 +01:00
ztest ztest: Remove zexpect API test unnecessary timeout 2023-03-01 16:39:03 -05:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00