From: Luiz Augusto von Dentz Date: Fri, 28 Oct 2022 23:43:28 +0000 (-0700) Subject: tools/test-runner: Remove bluetooth.enable_ecred X-Git-Tag: accepted/tizen/unified/20230608.164325~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3c88945874dbe69beb775a77b51e5be4ab29515;p=platform%2Fupstream%2Fbluez.git tools/test-runner: Remove bluetooth.enable_ecred L2CAP ECRED is now enabled by default by the following kernel change: 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- diff --git a/tools/test-runner.c b/tools/test-runner.c index 0c27fe8..266fcde 100755 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -249,7 +249,6 @@ static void start_qemu(void) "rootfstype=9p " "rootflags=trans=virtio,version=9p2000.u " "acpi=off pci=noacpi noapic quiet ro init=%s " - "bluetooth.enable_ecred=1 " "TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u " "TESTDBUSSESSION=%u XDG_RUNTIME_DIR=/run/user/0 " "TESTAUDIO=%u "