From c4e36697e596df002701cd31ef137458b0319ee4 Mon Sep 17 00:00:00 2001 From: Brandon Donohoe Date: Fri, 19 Apr 2019 23:24:33 -0500 Subject: [PATCH] Issue #384 fixed yaml formatting for cisco_asa_show_route parsed data for tests --- .../show_route/cisco_asa_show_route.parsed | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/tests/cisco_asa/show_route/cisco_asa_show_route.parsed b/tests/cisco_asa/show_route/cisco_asa_show_route.parsed index 4e1ed32cb8..a3f57e4673 100644 --- a/tests/cisco_asa/show_route/cisco_asa_show_route.parsed +++ b/tests/cisco_asa/show_route/cisco_asa_show_route.parsed @@ -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"