Skip to content

Commit

Permalink
Remove duplicated keys in dict (napalm-automation#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored and ExaneServerTeam committed Mar 4, 2020
1 parent b9bffd5 commit 02e8a76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion napalm/base/test/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
'parent_interface': text_type,
'remote_port': text_type,
'remote_chassis_id': text_type,
'remote_port': text_type,
'remote_port_description': text_type,
'remote_system_name': text_type,
'remote_system_description': text_type,
Expand Down
1 change: 0 additions & 1 deletion napalm/eos/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ def get_bgp_config(self, group='', neighbor=''):
'local-as': 'local_as',
'next-hop-self': 'nhs',
'route-reflector-client': 'route_reflector_client',
'description': 'description',
'import-policy': 'import_policy',
'export-policy': 'export_policy',
'passwd': 'authentication_key'
Expand Down
1 change: 0 additions & 1 deletion napalm/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,6 @@ def ping(self, destination, source=C.PING_SOURCE, ttl=C.PING_TTL, timeout=C.PING
ping_dict['error'] = output
elif 'Sending' in output:
ping_dict['success'] = {
'probes_sent': 0,
'probes_sent': 0,
'packet_loss': 0,
'rtt_min': 0.0,
Expand Down

0 comments on commit 02e8a76

Please sign in to comment.