diff --git a/tests/bluetooth/tester/nrf5340_hci_ipc.conf b/tests/bluetooth/tester/hci_ipc.conf similarity index 100% rename from tests/bluetooth/tester/nrf5340_hci_ipc.conf rename to tests/bluetooth/tester/hci_ipc.conf diff --git a/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf b/tests/bluetooth/tester/hci_ipc_cpunet.conf similarity index 100% rename from tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf rename to tests/bluetooth/tester/hci_ipc_cpunet.conf diff --git a/tests/bluetooth/tester/sysbuild.cmake b/tests/bluetooth/tester/sysbuild.cmake index 605d7ab74da..07806ec40e2 100644 --- a/tests/bluetooth/tester/sysbuild.cmake +++ b/tests/bluetooth/tester/sysbuild.cmake @@ -19,7 +19,7 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC) ) set(${NET_APP}_EXTRA_CONF_FILE - ${APP_DIR}/nrf5340_hci_ipc_cpunet.conf + ${APP_DIR}/hci_ipc_cpunet.conf CACHE INTERNAL "" )