Skip to content

Commit d6882eb

Browse files
committed
tests: Bluetooth: Classic: Add dedicated test case for no_blobs
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and `bluetooth.classic.sdp.client.no_blobs` with the extra argument `CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the tests sdp_s and sdp_c can be passed by Zephyr CI. Fixes zephyrproject-rtos#88060. Signed-off-by: Lyle Zhu <[email protected]>
1 parent b2b7a46 commit d6882eb

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

tests/bluetooth/classic/sdp_c/testcase.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ tests:
22
bluetooth.classic.sdp.client:
33
platform_allow:
44
- native_sim
5-
- mimxrt1170_evk@B/mimxrt1176/cm7
65
integration_platforms:
76
- native_sim
87
tags:
@@ -13,3 +12,13 @@ tests:
1312
pytest_dut_scope: session
1413
fixture: usb_hci
1514
timeout: 180
15+
bluetooth.classic.sdp.client.no_blobs:
16+
platform_allow:
17+
- mimxrt1170_evk@B/mimxrt1176/cm7
18+
tags:
19+
- bluetooth
20+
- sdp
21+
extra_args:
22+
- CONFIG_BUILD_ONLY_NO_BLOBS=y
23+
timeout: 180
24+
build_only: true

tests/bluetooth/classic/sdp_s/testcase.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ tests:
22
bluetooth.classic.sdp.server:
33
platform_allow:
44
- native_sim
5-
- mimxrt1170_evk@B/mimxrt1176/cm7
65
integration_platforms:
76
- native_sim
87
tags:
@@ -13,3 +12,13 @@ tests:
1312
pytest_dut_scope: session
1413
fixture: usb_hci
1514
timeout: 60
15+
bluetooth.classic.sdp.server.no_blobs:
16+
platform_allow:
17+
- mimxrt1170_evk@B/mimxrt1176/cm7
18+
tags:
19+
- bluetooth
20+
- sdp
21+
extra_args:
22+
- CONFIG_BUILD_ONLY_NO_BLOBS=y
23+
timeout: 60
24+
build_only: true

0 commit comments

Comments
 (0)