tools/test-runner: Remove bluetooth.enable_ecred
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 28 Oct 2022 23:43:28 +0000 (16:43 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:55 +0000 (14:55 +0530)
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 <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/test-runner.c

index 0c27fe8..266fcde 100755 (executable)
@@ -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 "