Commit 752be297 authored by Justin Iurman's avatar Justin Iurman Committed by David S. Miller
Browse files

selftests: net: improved IOAM tests



As previously discussed with David Ahern, here is a refactored and improved
version of the IOAM self-test. It is now more complete and more robust. Now,
all tests are divided into three categories: OUTPUT (evaluates the IOAM
processing by the sender), INPUT (evaluates the IOAM processing by the receiver)
and GLOBAL (evaluates wider use cases that do not fall into the other two
categories). Both OUTPUT and INPUT tests only use a two-node topology (alpha and
beta), while GLOBAL tests use the entire three-node topology (alpha, beta,
gamma). Each test is documented inside its own handler in the (bash) script.

Signed-off-by: default avatarJustin Iurman <justin.iurman@uliege.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4aefc797
Loading
Loading
Loading
Loading
+520 −165

File changed.File mode changed from 100644 to 100755.

Preview size limit exceeded, changes collapsed.

+554 −236

File changed.

Preview size limit exceeded, changes collapsed.