On 13/03/2023 16:53, Ido Schimmel wrote:
> Add test cases for VXLAN MDB, testing the control and data paths. Two
> different sets of namespaces (i.e., ns{1,2}_v4 and ns{1,2}_v6) are used
> in order to test VXLAN MDB with both IPv4 and IPv6 underlays,
> respectively.
>
> Example truncated output:
>
> # ./test_vxlan_mdb.sh
> [...]
> Tests passed: 620
> Tests failed: 0
>
> Signed-off-by: Ido Schimmel <[email protected]>
> ---
>
> Notes:
> v1:
> * New patch.
>
> tools/testing/selftests/net/Makefile | 1 +
> tools/testing/selftests/net/config | 1 +
> tools/testing/selftests/net/test_vxlan_mdb.sh | 2318 +++++++++++++++++
> 3 files changed, 2320 insertions(+)
> create mode 100755 tools/testing/selftests/net/test_vxlan_mdb.sh
>
Wohoo, nice!
Reviewed-by: Nikolay Aleksandrov <[email protected]>