mocked data, handle errors during merrge

This commit is contained in:
Pieprzycki Piotr
2016-11-24 18:48:03 +01:00
parent 0518980ab8
commit 3878acb417
6 changed files with 13 additions and 6 deletions

View File

@@ -1 +1 @@
{"success": {"packet_loss": 0, "rtt_stddev": 0.123, "rtt_min": 0.086, "results": [{"rtt": 0.175, "ip_address": "8.8.8.8"}], "rtt_avg": 0.175, "rtt_max": 0.417, "probes_sent": 5}}
{"success": {"packet_loss": 0, "rtt_stddev": "...", "rtt_min": "...", "results": "...", "rtt_avg": "...", "rtt_max": "...", "probes_sent": "..."}}