Add a simple selfchecking test for the 15.4 stack, based on the echo client / server sample apps. It relies on the bs_tests hooks to register a test timer callback, which after a deadline will check how many packets the echo client has got back as expected, and if over a threshold considers the test passed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "${ZEPHYR_BASE}/samples/net/sockets/echo_client/Kconfig"
|