mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 18:22:00 -04:00
Use ping and tcpdump to verify that independent rx and tx enablement of team driver member interfaces works as intended. Signed-off-by: Marc Harvey <marcharvey@google.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20260409-teaming-driver-internal-v7-10-f47e7589685d@google.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for net selftests
|
|
|
|
TEST_PROGS := \
|
|
decoupled_enablement.sh \
|
|
dev_addr_lists.sh \
|
|
non_ether_header_ops.sh \
|
|
options.sh \
|
|
propagation.sh \
|
|
refleak.sh \
|
|
teamd_activebackup.sh \
|
|
transmit_failover.sh \
|
|
# end of TEST_PROGS
|
|
|
|
TEST_INCLUDES := \
|
|
team_lib.sh \
|
|
../bonding/lag_lib.sh \
|
|
../../../net/forwarding/lib.sh \
|
|
../../../net/in_netns.sh \
|
|
../../../net/lib.sh \
|
|
../../../net/lib/sh/defer.sh \
|
|
# end of TEST_INCLUDES
|
|
|
|
include ../../../lib.mk
|