Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3485f87c authored by Petr Machata's avatar Petr Machata Committed by David S. Miller
Browse files

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: default avatarPetr Machata <petrm@mellanox.com>
Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a0b61f3d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
#!/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