This bonding selftest used to cause a kernel oops on aarch64 and should be architectures agnostic. Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for net selftests
|
|
|
|
TEST_PROGS := bond-break-lacpdu-tx.sh \
|
|
dev_addr_lists.sh \
|
|
bond-arp-interval-causes-panic.sh
|
|
|
|
TEST_FILES := lag_lib.sh
|
|
|
|
include ../../../lib.mk
|