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 #88060. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
This commit is contained in:
parent
8e037fd89a
commit
c5429d3204
2 changed files with 20 additions and 2 deletions
|
@ -2,7 +2,6 @@ tests:
|
||||||
bluetooth.classic.sdp.client:
|
bluetooth.classic.sdp.client:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_sim
|
- native_sim
|
||||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
tags:
|
tags:
|
||||||
|
@ -13,3 +12,13 @@ tests:
|
||||||
pytest_dut_scope: session
|
pytest_dut_scope: session
|
||||||
fixture: usb_hci
|
fixture: usb_hci
|
||||||
timeout: 180
|
timeout: 180
|
||||||
|
bluetooth.classic.sdp.client.no_blobs:
|
||||||
|
platform_allow:
|
||||||
|
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||||
|
tags:
|
||||||
|
- bluetooth
|
||||||
|
- sdp
|
||||||
|
extra_args:
|
||||||
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
||||||
|
timeout: 180
|
||||||
|
build_only: true
|
||||||
|
|
|
@ -2,7 +2,6 @@ tests:
|
||||||
bluetooth.classic.sdp.server:
|
bluetooth.classic.sdp.server:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_sim
|
- native_sim
|
||||||
- mimxrt1170_evk@B/mimxrt1176/cm7
|
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
tags:
|
tags:
|
||||||
|
@ -13,3 +12,13 @@ tests:
|
||||||
pytest_dut_scope: session
|
pytest_dut_scope: session
|
||||||
fixture: usb_hci
|
fixture: usb_hci
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
bluetooth.classic.sdp.server.no_blobs:
|
||||||
|
platform_allow:
|
||||||
|
- mimxrt1170_evk@B/mimxrt1176/cm7
|
||||||
|
tags:
|
||||||
|
- bluetooth
|
||||||
|
- sdp
|
||||||
|
extra_args:
|
||||||
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
||||||
|
timeout: 60
|
||||||
|
build_only: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue