Skip to content

Commit

Permalink
selftests: forwarding: vxlan_bridge_1d_port_8472: New test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Petr Machata authored and David S. Miller committed Nov 20, 2018
1 parent a0b61f3 commit 3485f87
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3485f87

Please sign in to comment.