Skip to content

Commit

Permalink
Issue networktocode#384 fixed yaml formatting for cisco_asa_show_rout…
Browse files Browse the repository at this point in the history
…e parsed data for tests
  • Loading branch information
brandomando committed Apr 20, 2019
1 parent 4fa1b7a commit c4e3669
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions tests/cisco_asa/show_route/cisco_asa_show_route.parsed
Original file line number Diff line number Diff line change
Expand Up @@ -226,33 +226,33 @@ parsed_sample:
nexthopip: "192.168.1.2"
nexthopif: "outside"
uptime: "3:21:21"
- protocol: "O",
type: "E2",
network: "10.1.1.0",
mask: "255.255.255.0",
distance: "170",
metric: "3840",
nexthopip: "192.168.1.2",
nexthopif: "outside",
uptime: "3:21:21"},
- protocol: "O",
type: "E2",
network: "10.1.2.0",
mask: "255.255.255.0",
distance: "170",
metric: "3840",
nexthopip: "192.168.1.2",
nexthopif: "outside",
uptime: "3:21:21"},
- protocol: "O",
type: "E2",
network: "10.1.3.0",
mask: "255.255.255.0",
distance: "170",
metric: "3840",
nexthopip: "192.168.1.2",
nexthopif: "outside",
uptime: "3:21:21"},
- protocol: "O"
type: "E2"
network: "10.1.1.0"
mask: "255.255.255.0"
distance: "170"
metric: "3840"
nexthopip: "192.168.1.2"
nexthopif: "outside"
uptime: "3:21:21"}
- protocol: "O"
type: "E2"
network: "10.1.2.0"
mask: "255.255.255.0"
distance: "170"
metric: "3840"
nexthopip: "192.168.1.2"
nexthopif: "outside"
uptime: "3:21:21"}
- protocol: "O"
type: "E2"
network: "10.1.3.0"
mask: "255.255.255.0"
distance: "170"
metric: "3840"
nexthopip: "192.168.1.2"
nexthopif: "outside"
uptime: "3:21:21"}
- protocol: "C"
type: ""
network: "192.168.1.0"
Expand Down

0 comments on commit c4e3669

Please sign in to comment.