diff options
author | Ido Schimmel <idosch@mellanox.com> | 2018-11-21 09:02:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-22 02:10:31 +0100 |
commit | dbd4485a69e15b850107eea516cd64387dff1f2e (patch) | |
tree | eb64a8e80564633e1bb09e4bd70ccea3d9c26bc4 | |
parent | mlxsw: spectrum_nve: Allow VxLAN learning (diff) | |
download | linux-dbd4485a69e15b850107eea516cd64387dff1f2e.tar.xz linux-dbd4485a69e15b850107eea516cd64387dff1f2e.zip |
selftests: mlxsw: Consider VxLAN learning enabled as valid
The test currently expects that a configuration which includes a VxLAN
device with learning enabled to fail.
Previous patches enabled VxLAN learning in mlxsw, so change the test
accordingly.
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rwxr-xr-x | tools/testing/selftests/drivers/net/mlxsw/vxlan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/drivers/net/mlxsw/vxlan.sh b/tools/testing/selftests/drivers/net/mlxsw/vxlan.sh index 52e78adfe081..ffa79b738f2a 100755 --- a/tools/testing/selftests/drivers/net/mlxsw/vxlan.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/vxlan.sh @@ -167,7 +167,7 @@ sanitization_single_dev_learning_enabled_test() ip link add name vxlan0 up type vxlan id 10 learning noudpcsum \ ttl 20 tos inherit local 198.51.100.1 dstport 4789 - sanitization_single_dev_test_fail + sanitization_single_dev_test_pass ip link del dev vxlan0 ip link del dev br0 |