mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
add ping test fixtures
This commit is contained in:
9
tests/fixtures/freebsd12/ping-hostname-p.out
vendored
Normal file
9
tests/fixtures/freebsd12/ping-hostname-p.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping-hostname-s.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping-hostname-s.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping-hostname.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping-hostname.out
vendored
Normal file
@ -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
|
9
tests/fixtures/freebsd12/ping-ip-p.out
vendored
Normal file
9
tests/fixtures/freebsd12/ping-ip-p.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping-ip-s.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping-ip-s.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping-ip.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping-ip.out
vendored
Normal file
@ -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
|
9
tests/fixtures/freebsd12/ping6-hostname-p.out
vendored
Normal file
9
tests/fixtures/freebsd12/ping6-hostname-p.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping6-hostname-s.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping6-hostname-s.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping6-hostname.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping6-hostname.out
vendored
Normal file
@ -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
|
9
tests/fixtures/freebsd12/ping6-ip-p.out
vendored
Normal file
9
tests/fixtures/freebsd12/ping6-ip-p.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping6-ip-s.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping6-ip-s.out
vendored
Normal file
@ -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
|
8
tests/fixtures/freebsd12/ping6-ip.out
vendored
Normal file
8
tests/fixtures/freebsd12/ping6-ip.out
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user