mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-08 12:02:33 +02:00
[ Upstream commit08ac69b245] This rework bond_macvlan.sh into bond_macvlan_ipvlan.sh We only test bridge mode for macvlan and l2 mode ]# ./bond_macvlan_ipvlan.sh TEST: active-backup/macvlan_bridge: IPv4: client->server [ OK ] ... TEST: active-backup/ipvlan_l2: IPv4: client->server [ OK ] ... TEST: balance-tlb/macvlan_bridge: IPv4: client->server [ OK ] ... TEST: balance-tlb/ipvlan_l2: IPv4: client->server [ OK ] ... TEST: balance-alb/macvlan_bridge: IPv4: client->server [ OK ] ... TEST: balance-alb/ipvlan_l2: IPv4: client->server [ OK ] ... Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> Link: https://patch.msgid.link/20250109032819.326528-3-champetier.etienne@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Stable-dep-of:2c28ee720a("selftests: bonding: add delay before each xvlan_over_bond connectivity check") Signed-off-by: Sasha Levin <sashal@kernel.org>
25 lines
492 B
Makefile
25 lines
492 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for net selftests
|
|
|
|
TEST_PROGS := \
|
|
bond-arp-interval-causes-panic.sh \
|
|
bond-break-lacpdu-tx.sh \
|
|
bond-lladdr-target.sh \
|
|
dev_addr_lists.sh \
|
|
mode-1-recovery-updelay.sh \
|
|
mode-2-recovery-updelay.sh \
|
|
bond_options.sh \
|
|
bond-eth-type-change.sh \
|
|
bond_macvlan_ipvlan.sh
|
|
|
|
TEST_FILES := \
|
|
lag_lib.sh \
|
|
bond_topo_2d1c.sh \
|
|
bond_topo_3d1c.sh
|
|
|
|
TEST_INCLUDES := \
|
|
../../../net/forwarding/lib.sh \
|
|
../../../net/lib.sh
|
|
|
|
include ../../../lib.mk
|