summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/drop_monitor_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftests: net: Add drop monitor testIdo Schimmel2020-09-301-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>