diff options
| author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2024-12-19 17:54:10 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-09 13:33:36 +0100 |
| commit | 74f9e8f2e831c3ad27ce552503a84377c956bd3d (patch) | |
| tree | b98f9da83644d040e173339f70b70e018511c01b /tools/testing | |
| parent | e5e2ba1b575ae88591b25f0e4e911e387dcb3167 (diff) | |
| download | linux-74f9e8f2e831c3ad27ce552503a84377c956bd3d.tar.gz linux-74f9e8f2e831c3ad27ce552503a84377c956bd3d.tar.bz2 linux-74f9e8f2e831c3ad27ce552503a84377c956bd3d.zip | |
selftests: net: local_termination: require mausezahn
[ Upstream commit 246068b86b1c36e4590388ab8f278e21f1997dc1 ]
Since the blamed commit, we require mausezahn because send_raw() uses it.
Remove the "REQUIRE_MZ=no" line, which overwrites the default of requiring it.
Fixes: 237979504264 ("selftests: net: local_termination: add PTP frames to the mix")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://patch.msgid.link/20241219155410.1856868-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/testing')
| -rwxr-xr-x | tools/testing/selftests/net/forwarding/local_termination.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/forwarding/local_termination.sh b/tools/testing/selftests/net/forwarding/local_termination.sh index c35548767756..ecd34f364125 100755 --- a/tools/testing/selftests/net/forwarding/local_termination.sh +++ b/tools/testing/selftests/net/forwarding/local_termination.sh @@ -7,7 +7,6 @@ ALL_TESTS="standalone vlan_unaware_bridge vlan_aware_bridge test_vlan \ NUM_NETIFS=2 PING_COUNT=1 REQUIRE_MTOOLS=yes -REQUIRE_MZ=no source lib.sh |
