Skip to content

Commit

Permalink
Tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Oct 8, 2024
1 parent d2ca569 commit 57876d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ _check_perf: _wait_up _wait_running
while [[ "$$(minikube kubectl -- logs $$POD | grep 'Up and running...')" == "" ]]; do sleep 1; done; \
done;
$(QUIET) echo "Launching iperf tests..."
set -o pipefail
NETNS=client ./perf/check_perf.sh 2>&1 | tee .last_perf_report.txt
if [[ $${PIPESTATUS[0]} -ne 0 ]]; then echo "check_perf failed! $${PIPESTATUS[0]}"; exit 1; fi
$(QUIET) echo "Unloading NDEBUG sfunnel in NS..."
$(QUIET) $(MAKE) _unload
$(QUIET) echo "Loading DEBUG sfunnel in NS..."
Expand Down

0 comments on commit 57876d7

Please sign in to comment.