Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed Jul 27, 2024
1 parent cbde54f commit b24749c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
sudo ./build/durdur attach -i lo
timeout 20s sudo cat /sys/kernel/debug/tracing/trace_pipe > trace_output.txt &
timeout 20s sudo tcpdump -i lo > tcp_output.txt &
timeout 20s sudo tcpdump -i lo -nn > tcp_output.txt &
sudo ./build/durdur drop --src "127.0.0.8"
ping -c 1 -I lo 127.0.0.8 || true
sudo bpftool map list
Expand All @@ -52,6 +52,7 @@ jobs:
sudo ip link show dev lo
sudo bpftool prog show
sudo bpftool net show
sudo dmesg | tail -n 50
sudo ./build/durdur detach
sleep 20s
cat trace_output.txt
Expand Down

0 comments on commit b24749c

Please sign in to comment.