linux-yocto/tools/testing/selftests/net/hsr/Makefile
Lukasz Majewski 542e645c4a test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation
This patch adds hsr_redbox.sh script to test if HSR-SAN mode of operation
works correctly.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-04-26 12:04:43 +02:00

155 B

SPDX-License-Identifier: GPL-2.0

top_srcdir = ../../../../..

TEST_PROGS := hsr_ping.sh hsr_redbox.sh TEST_FILES += hsr_common.sh

include ../../lib.mk