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 0750040
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) sleep 120
$(QUIET) sudo tc filter show egress dev veth0
$(QUIET) sudo tc filter show ingress dev veth0
$(QUIET) sudo ip netns exec client tc filter show egress dev veth1
$(QUIET) sudo ip netns exec client tc filter show ingress dev veth1
$(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 0750040

Please sign in to comment.