napalm-automation / napalm

Network Automation and Programmability Abstraction Layer with Multivendor support
Apache License 2.0
2.2k stars 546 forks source link

nxos: Remove duplicate code for test_get_interfaces #2104

Open ultrotter opened 2 weeks ago

ultrotter commented 2 weeks ago

test_get_interfaces contains duplicate code from the superclass. Simplify it by just adding the local mock wrapper but without copying the code.