Commit 1588eaa2 authored by Jonathan Rico's avatar Jonathan Rico Committed by Carles Cufi
Browse files

tests: Bluetooth: move host/gatt/write bsim test to ll



The pass criteria for the test very much depends on the controller's
implementation.

Signed-off-by: default avatarJonathan Rico <jonathan.rico@nordicsemi.no>
parent 3cb42157
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ app=tests/bsim/bluetooth/host/gatt/notify compile
app=tests/bsim/bluetooth/host/gatt/notify_multiple compile
app=tests/bsim/bluetooth/host/gatt/settings compile
app=tests/bsim/bluetooth/host/gatt/settings conf_file=prj_2.conf compile
app=tests/bsim/bluetooth/host/gatt/write compile

app=tests/bsim/bluetooth/host/l2cap/general compile
app=tests/bsim/bluetooth/host/l2cap/userdata compile
+1 −0
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ app=tests/bsim/bluetooth/ll/edtt/gatt_test_app \
  conf_file=prj_llcp.conf compile

app=tests/bsim/bluetooth/ll/multiple_id compile
app=tests/bsim/bluetooth/ll/throughput compile

wait_for_background_jobs
Loading