Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Oct 9, 2024
1 parent c61539b commit b1e8565
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/cni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ _check_perf: _wait_up _wait_running
done;
$(QUIET) echo "Workaround lingering old conntrack (metallb/kubeproxy bug?)..."
$(QUIET) minikube ssh "sudo conntrack -F"
$(QUIET) sleep 10
$(QUIET) sudo conntrack -F
$(QUIET) sudo tc filter show veth0 egress
$(QUIET) sudo tc filter show veth0 ingress
$(QUIET) sudo ip netns exec client tc filter show veth1 egress
$(QUIET) sudo ip netns exec client tc filter show veth1 ingress
$(QUIET) echo "Launching iperf tests..."
set -o pipefail; \
NETNS=client ./perf/check_perf.sh 2>&1 | tee .last_perf_report.txt; \
Expand Down

0 comments on commit b1e8565

Please sign in to comment.