diff --git a/tests/fixtures/freebsd12/ping-hostname-p.out b/tests/fixtures/freebsd12/ping-hostname-p.out new file mode 100644 index 00000000..a6d2e5ff --- /dev/null +++ b/tests/fixtures/freebsd12/ping-hostname-p.out @@ -0,0 +1,9 @@ +PATTERN: 0xff +PING cnn.com (151.101.1.67): 56 data bytes +64 bytes from 151.101.1.67: icmp_seq=0 ttl=59 time=32.340 ms +64 bytes from 151.101.1.67: icmp_seq=1 ttl=59 time=34.505 ms +64 bytes from 151.101.1.67: icmp_seq=2 ttl=59 time=28.389 ms + +--- cnn.com ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 28.389/31.745/34.505/2.532 ms diff --git a/tests/fixtures/freebsd12/ping-hostname-s.out b/tests/fixtures/freebsd12/ping-hostname-s.out new file mode 100644 index 00000000..deadd8a2 --- /dev/null +++ b/tests/fixtures/freebsd12/ping-hostname-s.out @@ -0,0 +1,8 @@ +PING localhost (127.0.0.1): 40 data bytes +48 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.022 ms +48 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.038 ms +48 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.030 ms + +--- localhost ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 0.022/0.030/0.038/0.006 ms diff --git a/tests/fixtures/freebsd12/ping-hostname.out b/tests/fixtures/freebsd12/ping-hostname.out new file mode 100644 index 00000000..5f7fdfd3 --- /dev/null +++ b/tests/fixtures/freebsd12/ping-hostname.out @@ -0,0 +1,8 @@ +PING cnn.com (151.101.65.67): 56 data bytes +64 bytes from 151.101.65.67: icmp_seq=0 ttl=59 time=27.010 ms +64 bytes from 151.101.65.67: icmp_seq=1 ttl=59 time=31.978 ms +64 bytes from 151.101.65.67: icmp_seq=2 ttl=59 time=42.506 ms + +--- cnn.com ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 27.010/33.831/42.506/6.461 ms diff --git a/tests/fixtures/freebsd12/ping-ip-p.out b/tests/fixtures/freebsd12/ping-ip-p.out new file mode 100644 index 00000000..bae3b83f --- /dev/null +++ b/tests/fixtures/freebsd12/ping-ip-p.out @@ -0,0 +1,9 @@ +PATTERN: 0xff +PING 127.0.0.1 (127.0.0.1): 56 data bytes +64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.036 ms +64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.042 ms +64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.034 ms + +--- 127.0.0.1 ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 0.034/0.037/0.042/0.003 ms diff --git a/tests/fixtures/freebsd12/ping-ip-s.out b/tests/fixtures/freebsd12/ping-ip-s.out new file mode 100644 index 00000000..e0cbf2be --- /dev/null +++ b/tests/fixtures/freebsd12/ping-ip-s.out @@ -0,0 +1,8 @@ +PING 127.0.0.1 (127.0.0.1): 40 data bytes +48 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.024 ms +48 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.036 ms +48 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.036 ms + +--- 127.0.0.1 ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 0.024/0.032/0.036/0.006 ms diff --git a/tests/fixtures/freebsd12/ping-ip.out b/tests/fixtures/freebsd12/ping-ip.out new file mode 100644 index 00000000..6774afa5 --- /dev/null +++ b/tests/fixtures/freebsd12/ping-ip.out @@ -0,0 +1,8 @@ +PING 127.0.0.1 (127.0.0.1): 56 data bytes +64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.022 ms +64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.036 ms +64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.041 ms + +--- 127.0.0.1 ping statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 0.022/0.033/0.041/0.008 ms diff --git a/tests/fixtures/freebsd12/ping6-hostname-p.out b/tests/fixtures/freebsd12/ping6-hostname-p.out new file mode 100644 index 00000000..4585c8e1 --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-hostname-p.out @@ -0,0 +1,9 @@ +PATTERN: 0xff +PING6(56=40+8+8 bytes) ::1 --> ::1 +16 bytes from ::1, icmp_seq=0 hlim=64 time=0.036 ms +16 bytes from ::1, icmp_seq=1 hlim=64 time=0.051 ms +16 bytes from ::1, icmp_seq=2 hlim=64 time=0.048 ms + +--- localhost ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.036/0.045/0.051/0.007 ms diff --git a/tests/fixtures/freebsd12/ping6-hostname-s.out b/tests/fixtures/freebsd12/ping6-hostname-s.out new file mode 100644 index 00000000..a0b979d7 --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-hostname-s.out @@ -0,0 +1,8 @@ +PING6(88=40+8+40 bytes) ::1 --> ::1 +48 bytes from ::1, icmp_seq=0 hlim=64 time=0.035 ms +48 bytes from ::1, icmp_seq=1 hlim=64 time=0.082 ms +48 bytes from ::1, icmp_seq=2 hlim=64 time=0.051 ms + +--- localhost ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.035/0.056/0.082/0.019 ms diff --git a/tests/fixtures/freebsd12/ping6-hostname.out b/tests/fixtures/freebsd12/ping6-hostname.out new file mode 100644 index 00000000..083270f3 --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-hostname.out @@ -0,0 +1,8 @@ +PING6(56=40+8+8 bytes) ::1 --> ::1 +16 bytes from ::1, icmp_seq=0 hlim=64 time=0.036 ms +16 bytes from ::1, icmp_seq=1 hlim=64 time=0.041 ms +16 bytes from ::1, icmp_seq=2 hlim=64 time=0.048 ms + +--- localhost ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.036/0.042/0.048/0.005 ms diff --git a/tests/fixtures/freebsd12/ping6-ip-p.out b/tests/fixtures/freebsd12/ping6-ip-p.out new file mode 100644 index 00000000..1eedeb51 --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-ip-p.out @@ -0,0 +1,9 @@ +PATTERN: 0xff +PING6(56=40+8+8 bytes) ::1 --> ::1 +16 bytes from ::1, icmp_seq=0 hlim=64 time=0.036 ms +16 bytes from ::1, icmp_seq=1 hlim=64 time=0.054 ms +16 bytes from ::1, icmp_seq=2 hlim=64 time=0.045 ms + +--- ::1 ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.036/0.045/0.054/0.007 ms diff --git a/tests/fixtures/freebsd12/ping6-ip-s.out b/tests/fixtures/freebsd12/ping6-ip-s.out new file mode 100644 index 00000000..45a9bc2b --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-ip-s.out @@ -0,0 +1,8 @@ +PING6(88=40+8+40 bytes) ::1 --> ::1 +48 bytes from ::1, icmp_seq=0 hlim=64 time=0.036 ms +48 bytes from ::1, icmp_seq=1 hlim=64 time=0.088 ms +48 bytes from ::1, icmp_seq=2 hlim=64 time=0.049 ms + +--- ::1 ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.036/0.058/0.088/0.022 ms diff --git a/tests/fixtures/freebsd12/ping6-ip.out b/tests/fixtures/freebsd12/ping6-ip.out new file mode 100644 index 00000000..3649379d --- /dev/null +++ b/tests/fixtures/freebsd12/ping6-ip.out @@ -0,0 +1,8 @@ +PING6(56=40+8+8 bytes) ::1 --> ::1 +16 bytes from ::1, icmp_seq=0 hlim=64 time=0.034 ms +16 bytes from ::1, icmp_seq=1 hlim=64 time=0.053 ms +16 bytes from ::1, icmp_seq=2 hlim=64 time=0.045 ms + +--- ::1 ping6 statistics --- +3 packets transmitted, 3 packets received, 0.0% packet loss +round-trip min/avg/max/std-dev = 0.034/0.044/0.053/0.008 ms