Skip to content

Commit 56a1589

Browse files
committed
To be removed
1 parent 9605d4c commit 56a1589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cni/Makefile

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

9696
_check_affinity: _wait_up _wait_running
97+
sudo stdbuf -oL cat /sys/kernel/debug/tracing/trace_pipe &
98+
sudo tcpdump -i veth0 tcp port 80 -nnlev &
9799
$(QUIET) SRC_IPS="$(SRC_IPS)" ITERATIONS=$(ITERATIONS) ./check_affinity.sh
98100

99101
_check_perf: _wait_up _wait_running

0 commit comments

Comments
 (0)