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 8cac459
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ _check_perf: _wait_up _wait_running
while [[ "$$(minikube kubectl -- logs $$POD | grep 'Up and running...')" == "" ]]; do sleep 1; done; \
done;
$(QUIET) echo "Workaround lingering old conntrack (metallb/kubeproxy bug?)..."
$(QUIET) minikube ssh "sudo conntrack -L"
$(QUIET) minikube ssh "sudo conntrack -F"
$(QUIET) sleep 10
$(QUIET) minikube ssh "sudo conntrack -L"
$(QUIET) sudo conntrack -F
$(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 8cac459

Please sign in to comment.