Skip to content

Commit

Permalink
Fixing more the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XioNoX authored and GGabriele committed Jan 27, 2017
1 parent e5cbd44 commit d5d8034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{'ethernet1/13': [{'hostname': 'peer01.lab.demo', 'port': '518'}], 'ethernet1/16': [{'hostname': 'peer00.lab.demo', 'port': 'Gi2/0/2'}], 'ethernet1/14': [{'hostname': 'peer02.lab.demo', 'port': '518'}], 'ethernet1/15': [{'hostname': 'peer00.lab.demo', 'port': 'Gi1/0/2'}]}
{"ethernet1/13": [{"hostname": "peer01.lab.demo", "port": "518"}], "ethernet1/16": [{"hostname": "peer00.lab.demo", "port": "Gi2/0/2"}], "ethernet1/14": [{"hostname": "peer02.lab.demo", "port": "518"}], "ethernet1/15": [{"hostname": "peer00.lab.demo", "port": "Gi1/0/2"}]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{'10.22.0.0/16': [{'protocol': 'bgp', 'current_active': True, 'age': '2832970', 'routing_table': 'default', 'next_hop': '10.0.0.1', 'outgoing_interface': None, 'preference': None}]}
{"10.22.0.0/16": [{"protocol": "bgp", "current_active": true, "age": "2832970", "routing_table": "default", "next_hop": "10.0.0.1", "outgoing_interface": null, "preference": null}]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{'10.0.0.128/30': [{'protocol': 'connect','current_active': True,'age': None,'routing_table': 'default','next_hop': '10.0.0.1','outgoing_interface': 'tunnel.34','preference': '0'}], '192.168.1.1/32': [{'current_active': True,'age': None,'routing_table': 'default','next_hop': '0.0.0.0','outgoing_interface': None,'preference': '0'}], '10.0.0.132/30': [{'protocol': 'connect','current_active': True,'age': None,'routing_table': 'default','next_hop': '10.0.0.2','outgoing_interface': 'tunnel.35','preference': '0'}]}
{"10.0.0.128/30": [{"protocol": "connect","current_active": true,"age": null,"routing_table": "default","next_hop": "10.0.0.1","outgoing_interface": "tunnel.34","preference": "0"}], "192.168.1.1/32": [{"current_active": true,"age": null,"routing_table": "default","next_hop": "0.0.0.0","outgoing_interface": null,"preference": "0"}], "10.0.0.132/30": [{"protocol": "connect","current_active": true,"age": null,"routing_table": "default","next_hop": "10.0.0.2","outgoing_interface": "tunnel.35","preference": "0"}]}

0 comments on commit d5d8034

Please sign in to comment.