Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion tests/bluetooth/classic/sdp_c/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tests:
bluetooth.classic.sdp.client:
platform_allow:
- native_sim
- mimxrt1170_evk@B/mimxrt1176/cm7
integration_platforms:
- native_sim
tags:
Expand All @@ -13,3 +12,13 @@ tests:
pytest_dut_scope: session
fixture: usb_hci
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
11 changes: 10 additions & 1 deletion tests/bluetooth/classic/sdp_s/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tests:
bluetooth.classic.sdp.server:
platform_allow:
- native_sim
- mimxrt1170_evk@B/mimxrt1176/cm7
integration_platforms:
- native_sim
tags:
Expand All @@ -13,3 +12,13 @@ tests:
pytest_dut_scope: session
fixture: usb_hci
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