diff options
author | Benjamin Poirier <bpoirier@nvidia.com> | 2022-09-07 10:56:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-16 16:34:01 +0300 |
commit | bbb774d921e273ca262944c94011bc2cc888ebeb (patch) | |
tree | a4016c3caaca40a5f31cff32a888b2d4f1fdf87e /tools/testing/selftests/Makefile | |
parent | bd60234222b2fd5573526da7bcd422801f271f5f (diff) | |
download | linux-bbb774d921e273ca262944c94011bc2cc888ebeb.tar.xz |
net: Add tests for bonding and team address list management
Test that the bonding and team drivers clean up an underlying device's
address lists (dev->uc, dev->mc) when the aggregated device is deleted.
Test addition and removal of the LACPDU multicast address on underlying
devices by the bonding driver.
v2:
* add lag_lib.sh to TEST_FILES
v3:
* extend bond_listen_lacpdu_multicast test to init_state up and down cases
* remove some superfluous shell syntax and 'set dev ... up' commands
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.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 c2064a35688b..1fc89b8ef433 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -13,6 +13,7 @@ TARGETS += damon TARGETS += drivers/dma-buf TARGETS += drivers/s390x/uvdevice TARGETS += drivers/net/bonding +TARGETS += drivers/net/team TARGETS += efivarfs TARGETS += exec TARGETS += filesystems |