napalm-base
napalm-base copied to clipboard
Test case for connected routes
I don't know how napalm-automation/napalm-base#157 got so horribly screwed, so I just deleted everything and started over.
Depends on:
- [x] eos - napalm-automation/napalm-eos/pull/101
- [ ] junos
- [ ] iosxr
Putting this on hold till we'll have the implementation available on all drivers.
Updated the description of the PR adding a list of devices we have to implement this for. We can create issues if we prefer and link them here if we prefer.
Hi, I just added a IPv6 implementation to get_route_to in the iosxr driver.
Now I need to extend this testcase to IPv6 destinations for my changes to pass the CI. Any comments on that?
This other PR, which is similar to this one, made me think:
https://github.com/napalm-automation/napalm-base/pull/233
Quoting myself from that other PR: "I was wondering if we should just remove the "protocol" from test_get_route_to so we can control with the test cases (default and the rest) the data we get and parse instead."
Please, see: https://github.com/napalm-automation/napalm-base/issues/238