From: Petr Machata Date: Mon, 19 Nov 2018 16:11:25 +0000 (+0000) Subject: selftests: forwarding: vxlan_bridge_1d_port_8472: New test X-Git-Tag: v5.15~7332^2~252^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3485f87cb7f82434cb6526a2ab5088012378dcb6;p=platform%2Fkernel%2Flinux-starfive.git selftests: forwarding: vxlan_bridge_1d_port_8472: New test This simple wrapper reruns the VXLAN ping test with a port number of 8472. Signed-off-by: Petr Machata Signed-off-by: Ido Schimmel Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh b/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh new file mode 100755 index 0000000..3bf3da6 --- /dev/null +++ b/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# SPDX-License-Identifier: GPL-2.0 + +# A wrapper to run VXLAN tests with an unusual port number. + +VXPORT=8472 +ALL_TESTS=" + ping_ipv4 +" +source vxlan_bridge_1d.sh