Skip to content

Commit 61894e4

Browse files
committed
To be removed
1 parent efc1327 commit 61894e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/cni/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ _wait_running:
9494
$(QUIET) echo "All up!"
9595

9696
_check_affinity: _wait_up _wait_running
97+
minikube kubectl -- exec $$(minikube kubectl -- get pods | grep my | head -n 1 | awk '{print $1}') -c nginx -- cat /proc/sys/net/ipv4/conf/_seg_pair/rp_filter
98+
sudo stdbuf -oL cat /sys/kernel/debug/tracing/trace_pipe &
99+
sudo tcpdump -i veth0 -nnlev &
100+
docker run --privileged --rm -d --name pwru --pid=host -v /sys/kernel/debug/:/sys/kernel/debug/ cilium/pwru pwru --output-tuple 'tcp port 80 or tcp port 8080'
101+
docker logs -f pwru &
97102
$(QUIET) SRC_IPS="$(SRC_IPS)" ITERATIONS=$(ITERATIONS) ./check_affinity.sh
98103

99104
_check_perf: _wait_up _wait_running

0 commit comments

Comments
 (0)