summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/drop_monitor_tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-10-01selftests: net: Add drop monitor testIdo Schimmel1-0/+215
Test that drop monitor correctly captures both software and hardware originated packet drops. # ./drop_monitor_tests.sh Software drops test TEST: Capturing active software drops [ OK ] TEST: Capturing inactive software drops [ OK ] Hardware drops test TEST: Capturing active hardware drops [ OK ] TEST: Capturing inactive hardware drops [ OK ] Tests passed: 4 Tests failed: 0 Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>