Skip to content

Commit ce4bab5

Browse files
ludvigsjkartben
authored andcommitted
Tests: Bluetooth: Add hci_ipc config to Twister integration
This adds the configuration used when running PTS tests with hci_ipc to the testcase.yaml, so they are built on integration by CI, avoiding regression. Signed-off-by: Ludvig Jordet <[email protected]>
1 parent 0d8024d commit ce4bab5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/bluetooth/tester/testcase.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ tests:
1616
- frdm_rw612
1717
extra_configs:
1818
- CONFIG_NXP_MONOLITHIC_NBU=n
19+
bluetooth.general.tester_hci_ipc:
20+
build_only: true
21+
harness: bluetooth
22+
platform_allow:
23+
- qemu_x86
24+
- native_sim
25+
- nrf5340dk/nrf5340/cpuapp
26+
integration_platforms:
27+
- nrf5340dk/nrf5340/cpuapp
28+
extra_args:
29+
# Build config used by AutoPTS for nRF53
30+
- EXTRA_CONF_FILE="hci_ipc.conf"
31+
tags: bluetooth
32+
sysbuild: true
1933
bluetooth.general.tester_le_audio:
2034
build_only: true
2135
platform_allow:

0 commit comments

Comments
 (0)