mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
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 <petrm@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a0b61f3d8e
commit
3485f87cb7
10
tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh
Executable file
10
tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user