This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
test/unit/mocked_data/test_get_route_to/normal/show_ip_route_1_0_4_0_24_detail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"vrfs": { | ||
"default": { | ||
"routes": { | ||
"1.0.4.0/24": { | ||
"kernelProgrammed": true, | ||
"directlyConnected": false, | ||
"preference": 200, | ||
"routeAction": "forward", | ||
"vias": [ | ||
{ | ||
"interface": "Port-Channel2", | ||
"nexthopAddr": "192.168.0.1" | ||
} | ||
], | ||
"metric": 0, | ||
"hardwareProgrammed": true, | ||
"routeType": "eBGP" | ||
} | ||
}, | ||
"allRoutesProgrammedKernel": true, | ||
"routingDisabled": false, | ||
"allRoutesProgrammedHardware": true, | ||
"defaultRouteState": "reachable" | ||
} | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
test/unit/mocked_data/test_traceroute/normal/traceroute_8_8_8_8___.text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
1 rcr2.bru01.atlas.cogentco.com (1.1.1.1) 0.985 ms 1.278 ms 1.347 ms | ||
2 ccr1.par01.atlas.cogentco.com (2.2.2.2) 6.600 ms ccr00.par01.atlas.cogentco.com (2.2.2.3) 6.514 ms 6.438 ms | ||
3 ccr1.par04.atlas.cogentco.com (3.3.3.3) 6.477 ms ccr00.par04.atlas.cogentco.com (3.3.3.4) 6.932 ms 6.914 ms | ||
4 par57.atlas.cogentco.com (4.4.4.4) 6.356 ms 6.413 ms 6.406 ms | ||
5 5.5.5.5 (5.5.5.5) 14.402 ms 14.398 ms 14.373 ms | ||
6 6.6.6.6 (6.6.6.6) 15.083 ms 15.104 ms 6.6.6.7 (6.6.6.7) 14.691 ms | ||
7 7.7.7.7 (7.7.7.7) 14.886 ms 7.7.7.8 (7.7.7.8) 15.258 ms 7.7.7.9 (7.7.7.8) 15.323 ms | ||
8 * * * | ||
9 google-public-dns-a.google.com (8.8.8.8) 15.561 ms 14.686 ms 14.320 ms |