aboutsummaryrefslogtreecommitdiffstats
path: root/test/packetdrill/tests/linux/run_tests.sh
blob: 309cd207bb96ede5055b40d021edae7bc4eee7f7 (plain)
1
2
3
4
5
6
#!/bin/bash
for f in `find . -name "*.pkt" | sort`; do
  echo "Running $f ..."
  ip tcp_metrics flush all > /dev/null 2>&1
  ../../packetdrill $f
done