make -C tools/testing/selftests TARGETS="net" TEST_PROGS=drop_monitor_testts.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: drop_monitor_tests.sh
# 0.57 [+0.57] 
# 0.57 [+0.00] Software drops test
# 5.74 [+5.17] Failed to stop monitoring
# 6.07 [+0.33]     TEST: Capturing active software drops                               [ OK ]
# 11.12 [+5.05] Failed to stop monitoring
# 11.41 [+0.29]     TEST: Capturing inactive software drops                             [ OK ]
# 11.50 [+0.09] 
# 11.50 [+0.00] Hardware drops test
# 16.66 [+5.15] Failed to stop monitoring
# 17.01 [+0.36]     TEST: Capturing active hardware drops                               [ OK ]
# 22.05 [+5.03] Failed to stop monitoring
# 22.36 [+0.31]     TEST: Capturing inactive hardware drops                             [ OK ]
# 22.44 [+0.09] 
# 22.44 [+0.00] Tests passed:   4
# 22.44 [+0.00] Tests failed:   0
# 22.45 [+0.01] Cannot open network namespace "ns1-0aMdCc": No such file or directory
ok 1 selftests: net: drop_monitor_tests.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->