This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from napalm-automation/develop
napalm-nxos release 0.7.1
- Loading branch information
Showing
18 changed files
with
397 additions
and
96 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,32 +1,7 @@ | ||
### Description of Issue/Question | ||
### The NAPALM Project has reunified! | ||
|
||
Please submit all NAPALM issues to: | ||
https://github.com/napalm-automation/napalm/issues | ||
|
||
### Did you follow the steps from https://github.com/napalm-automation/napalm#faq | ||
[ ] Yes | ||
[ ] No | ||
|
||
|
||
### Setup | ||
|
||
### napalm-nxos version | ||
(Paste verbatim output from `pip freeze | grep napalm-nxos` between quotes below) | ||
|
||
``` | ||
|
||
``` | ||
|
||
### NX-OS version | ||
(Paste verbatim output from `show version | json` between quotes below) | ||
|
||
``` | ||
|
||
``` | ||
|
||
### Steps to Reproduce the Issue | ||
|
||
### Error Traceback | ||
(Paste the complete traceback of the exception between quotes below) | ||
|
||
``` | ||
|
||
``` | ||
### DO NOT submit any issues to this repository. |
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 |
---|---|---|
@@ -1 +1,7 @@ | ||
<!-- Make sure you have read http://napalm.readthedocs.io/en/latest/contributing/index.html --!> | ||
### The NAPALM Project has reunified! | ||
|
||
Please submit all NAPALM pull requests to: | ||
https://github.com/napalm-automation/napalm/pulls | ||
|
||
|
||
### DO NOT submit any pull requests to this repository. |
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
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
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
8 changes: 8 additions & 0 deletions
8
test/unit/mocked_data/test_get_arp_table/alt_test1/expected_result.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,8 @@ | ||
[ | ||
{ | ||
"interface": "Vlan100", | ||
"ip": "10.122.100.3", | ||
"mac": "18:8B:9D:0B:B3:3F", | ||
"age": 583.0 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
test/unit/mocked_data/test_get_arp_table/alt_test1/show_ip_arp.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,18 @@ | ||
{ | ||
"TABLE_vrf": { | ||
"ROW_vrf": { | ||
"vrf-name-out": "default", | ||
"TABLE_adj": { | ||
"ROW_adj": [ | ||
{ | ||
"ip-addr-out": "10.122.100.3", | ||
"mac": "188b.9d0b.b33f", | ||
"time-stamp": "00:09:43", | ||
"intf-out": "Vlan100" | ||
} | ||
] | ||
}, | ||
"cnt-total": "2438" | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
test/unit/mocked_data/test_get_arp_table/test_sub_second_data/expected_result.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,8 @@ | ||
[ | ||
{ | ||
"interface": "Vlan100", | ||
"ip": "10.122.100.3", | ||
"mac": "18:8B:9D:0B:B3:3F", | ||
"age": 0.4 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
test/unit/mocked_data/test_get_arp_table/test_sub_second_data/show_ip_arp.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,18 @@ | ||
{ | ||
"TABLE_vrf": { | ||
"ROW_vrf": { | ||
"vrf-name-out": "default", | ||
"TABLE_adj": { | ||
"ROW_adj": [ | ||
{ | ||
"ip-addr-out": "10.122.100.3", | ||
"mac": "188b.9d0b.b33f", | ||
"time-stamp": "0.411797", | ||
"intf-out": "Vlan100" | ||
} | ||
] | ||
}, | ||
"cnt-total": "2438" | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
test/unit_ssh/mocked_data/test_get_arp_table/sub_second_entry/expected_result.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,32 @@ | ||
[ | ||
{ | ||
"interface": "mgmt0", | ||
"ip": "10.0.0.2", | ||
"mac": "2C:C2:60:FF:00:21", | ||
"age": 4.0 | ||
}, | ||
{ | ||
"interface": "mgmt0", | ||
"ip": "10.0.0.72", | ||
"mac": "2C:C2:60:36:32:21", | ||
"age": 140.0 | ||
}, | ||
{ | ||
"interface": "Vlan357", | ||
"ip": "10.5.159.59", | ||
"mac": "00:50:56:14:44:BE", | ||
"age": 590.0 | ||
}, | ||
{ | ||
"interface": "Vlan357", | ||
"ip": "10.5.159.78", | ||
"mac": "00:50:56:14:2F:2A", | ||
"age": 0.3 | ||
}, | ||
{ | ||
"interface": "Vlan357", | ||
"ip": "10.5.159.79", | ||
"mac": "00:50:56:14:2F:2A", | ||
"age": 851.0 | ||
} | ||
] |
Oops, something went wrong.