zephyr/tests/bluetooth/bsim/host
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
..
adv samples and tests: Use non-environmental zephyr base variable 2023-03-03 10:49:10 +01:00
att samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
gatt tests: bluetooth gatt settings: Fix random test failures 2023-03-09 15:37:13 +01:00
l2cap samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
misc samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
privacy samples and tests: Use non-environmental zephyr base variable 2023-03-03 10:49:10 +01:00
security samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
compile.sh