bewing
bewing
I also saw this issue start last week with Insiders on WSL2, and did not have `terminal.integrated.shellIntegration.environmentReporting` in my settings at all. It must default to `true`, as I added...
Probably just need to update the `mock_wrapper` to return `None`
Usual caveats: Is MLAG supported, what does the openconfig model for port-channels look like, etc
You can also work around this issue by passing in `provider: {}` in your play.
Can you provide the output of `show version | json` for your virtual device? I believe I may have already fixed this in a branch I am working on https://github.com/napalm-automation/napalm/commit/2a0e36def89a1a118091b4a20485b45db9971878
This looks like a conscious design decision, due to the fact that no long-lived TCP session is used by the driver when using a non-SSH transport. https://github.com/napalm-automation/napalm-eos/commit/9fe02f1c8761fdc22cda2473aaf9bfbdc6ff1891 The documentation for...
Can you add a new test case to `test/ios/mocked_data/test_get_network_instances` with the output from the `show vrf detail` and `show ip interface brief` from the test device in #2232?
Can we add a unit test for this change? Reach out to me on Slack if you're not sure how to create a new one.