diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2022-11-29 17:48:15 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-02 05:26:22 +0100 |
commit | 7d0455e97072b81c03b6062dbcc1403ebf9d9da5 (patch) | |
tree | 8f008d34c4d7d4e5e88fb9f441d67ec710e23a70 /tools/testing/selftests/Makefile | |
parent | hsr: Use a single struct for self_node. (diff) | |
download | linux-7d0455e97072b81c03b6062dbcc1403ebf9d9da5.tar.xz linux-7d0455e97072b81c03b6062dbcc1403ebf9d9da5.zip |
selftests: Add a basic HSR test.
This test adds a basic HSRv0 network with 3 nodes. In its current shape
it sends and forwards packets, announcements and so merges nodes based
on MAC A/B information.
It is able to detect duplicate packets and packetloss should any occur.
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index f07aef7c592c..b57b091d8026 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -48,6 +48,7 @@ TARGETS += nci TARGETS += net TARGETS += net/af_unix TARGETS += net/forwarding +TARGETS += net/hsr TARGETS += net/mptcp TARGETS += net/openvswitch TARGETS += netfilter |