Skip to content

Commit

Permalink
Adding some additional unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 19, 2018
1 parent af855d8 commit f13f377
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"success": {
"rtt_stddev": 0.0,
"rtt_min": 0.0,
"results": [],
"rtt_max": 0.0,
"packet_loss": 5,
"rtt_avg": 0.0,
"probes_sent": 5
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PING 8.8.8.8 (8.8.8.8): 100 data bytes
Request 0 timed out
Request 1 timed out
Request 2 timed out
Request 3 timed out
Request 4 timed out

--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 packets received, 100.00% packet loss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"success": {
"rtt_stddev": 0.0,
"rtt_min": 0.0,
"results": [],
"rtt_max": 0.0,
"packet_loss": 5,
"rtt_avg": 0.0,
"probes_sent": 5
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
5 packets transmitted, 0 packets received, 100.00% packet loss

PING 8.8.8.8 (8.8.8.8): 100 data bytes
36 bytes from 10.150.102.3: Destination Host Unreachable
Request 0 timed out
36 bytes from 10.150.102.3: Destination Host Unreachable
Request 1 timed out
36 bytes from 10.150.102.3: Destination Host Unreachable
Request 2 timed out
36 bytes from 10.150.102.3: Destination Host Unreachable
Request 3 timed out
36 bytes from 10.150.102.3: Destination Host Unreachable
Request 4 timed out

--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 packets received, 100.00% packet loss

0 comments on commit f13f377

Please sign in to comment.