Skip to content

Commit

Permalink
to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Oct 9, 2024
1 parent fea5981 commit 79e1076
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ _check_perf: _wait_up _wait_running
done;
$(QUIET) echo "Workaround lingering old conntrack (metallb/kubeproxy bug?)..."
$(QUIET) minikube ssh "sudo conntrack -F"
echo DEBUG
minikube ssh "sudo conntrack -L"
minikube kubectl -- get pods -o wide
for POD in $$(minikube kubectl -- get pods | grep my-nginx | awk '{print $$1}'); do $$(minikube kubectl -- logs $$POD); done
echo END_DEBUG
$(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 79e1076

Please sign in to comment.