bewing
bewing
New method to retrieve PIM static RP configuration. This is built around the EOS CLI parser, so I'm open to suggestions from other drivers on changing the return/output.
I noticed today when comparing output from a real call to the EOSDriver for a new method I was writing to output from the mock driver in napalm base, that...
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 - [...
Treat a nil pointer for ListRequest.Expand as "false", basically, omitting the param from the URL. Allows one to `resp, err := sc.List(nil, &schedule.ListRequest{})` without a panic.
Use the same flagset that kubectl uses to select context and namespace, and generate the clientset from that. Fixes #884
Does forwarding action have to be mandatory? In some vendor implementations, remarks/comments are their own sequence id entry, and do not have a forward or logging action. Another way to...
While the wrapper does need the output of the wrapped function for processing, pytest complains for any test function that returns data. Updates the wrapper function that processes mocked data...
``` napalm/ios/ios.py:22 /home/bewing/Projects/napalm/napalm/ios/ios.py:22: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13 import telnetlib ``` https://github.com/ktbyers/netmiko/issues/3177 Will need to update code once @ktbyers refactors/vendors telnetlib
``` /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/_pytest/python.py:166: PytestReturnNotNoneWarning: Expected None, but test/ios/test_getters.py::TestGetter::test_get_arp_table[static_arp_entry] returned [{'interface': '', 'mac': '84:B8:02:76:AC:0E', 'ip': '172.29.50.1', 'age': 8.0}, {'interface': 'Vlan20', 'mac': '00:19:07:25:34:4A', 'ip': '172.29.50.2', 'age': 221.0}, {'interface': 'Vlan20', 'mac': '00:24:F7:DD:77:41', 'ip': '172.29.50.3',...
##### SUMMARY AWX Tasks running ansible.utils.cli_parse are hanging ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ansible.utils.cli_parse ##### ANSIBLE VERSION ```paste below ansible [core 2.17.5] config file = /etc/ansible/ansible.cfg...