Skip to content

Commit

Permalink
tests: Comment test options
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Jun 13, 2024
1 parent d3cd2c7 commit d88aee5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ setup() {
ip netns exec arping_test1 ip a a 192.0.2.101/24 dev veth1
}

#
# Run tests.
# run_test [ -t ] [ -i ] <test name> <arping options…>
#
# -t Skip capturing packets
# -i Set net.ipv4.icmp_echo_ignore_broadcasts=0
run_test() {
setup

Expand Down

0 comments on commit d88aee5

Please sign in to comment.