diff options
| author | Dmitry Safonov <dima@arista.com> | 2023-12-15 02:36:15 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-12-17 10:41:54 +0000 |
| commit | cfbab37b3da094579b8f7492e4df8a8a4c8c41b0 (patch) | |
| tree | 076f5ad47295c05ecb5ad74d5ad482e09d5e3c10 /tools/testing/selftests/Makefile | |
| parent | 37a8997fc5a5a6ffc60b197d048a9351d1043efd (diff) | |
selftests/net: Add TCP-AO library
Provide functions to create selftests dedicated to TCP-AO.
They can run in parallel, as they use temporary net namespaces.
They can be very specific to the feature being tested.
This will allow to create a lot of TCP-AO tests, without complicating
one binary with many --options and to create scenarios, that are
hard to put in bash script that uses one binary.
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 3b2061d1c1a5..f0c854d6511c 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -58,6 +58,7 @@ TARGETS += net/forwarding TARGETS += net/hsr TARGETS += net/mptcp TARGETS += net/openvswitch +TARGETS += net/tcp_ao TARGETS += netfilter TARGETS += nsfs TARGETS += perf_events |
