From: Petr Machata Date: Thu, 27 Jun 2024 14:48:46 +0000 (+0200) Subject: selftests: mirror_gre_lag_lacp: Drop unnecessary code X-Git-Tag: microblaze-v6.13~667^2~122^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=95d33989cee5844a4bcc561dcad0f78a72a24a6d;p=linux-2.6-microblaze.git selftests: mirror_gre_lag_lacp: Drop unnecessary code The selftest does not use functions from mirror_gre_lib, ditch the import. It does not use arping either, so drop the require_command as well. Signed-off-by: Petr Machata Reviewed-by: Danielle Ratson Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh b/tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh index 1e4f0887724d..1261e6f46e34 100755 --- a/tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh +++ b/tools/testing/selftests/net/forwarding/mirror_gre_lag_lacp.sh @@ -56,9 +56,6 @@ ALL_TESTS=" NUM_NETIFS=6 source lib.sh source mirror_lib.sh -source mirror_gre_lib.sh - -require_command $ARPING vlan_host_create() {