Skip to content

Commit

Permalink
Adjusting deb autopkgtest to IPv4 and IPv6 localhost. Refs perfsonar/…
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Mar 13, 2024
1 parent c7ab378 commit 2005c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

set -e

pscheduler task --tool=fpingreach netreach --network localhost/32
pscheduler task --tool=fpingreach netreach --network 127.0.0.1/32
test -f /proc/net/if_inet6 && pscheduler task --tool=fpingreach netreach --network ::1/128
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

set -e

pscheduler task --tool=nmapreach netreach --network localhost/32 --gateway 1
pscheduler task --tool=nmapreach netreach --network 127.0.0.1/32 --gateway 1
test -f /proc/net/if_inet6 && pscheduler task --tool=nmapreach netreach --network ::1/128 --gateway 1

0 comments on commit 2005c57

Please sign in to comment.