summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/forwarding/router_bridge_lag.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-01-16selftests/net/forwarding: teamd command not foundAlessandro Zanni1-0/+1
Running "make kselftest TARGETS=net/forwarding" results in multiple ccurrences of the same error: - ./lib.sh: line 787: teamd: command not found This patch adds the variable $REQUIRE_TEAMD in every test that uses the command teamd and checks the $REQUIRE_TEAMD variable in the file "lib.sh" to skip the test if the command is not installed. Signed-off-by: Alessandro Zanni <alessandro.zanni87@gmail.com> Link: https://patch.msgid.link/20250114003323.97207-1-alessandro.zanni87@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-08-02selftests: router_bridge_lag: Add a new selftestPetr Machata1-0/+323
Add a selftest to verify that routing through a bridge works when LAG is used instead of physical ports. Signed-off-by: Petr Machata <petrm@nvidia.com> Reviewed-by: Danielle Ratson <danieller@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>