-
Notifications
You must be signed in to change notification settings - Fork 767
Add IOS inline power support for 68xx #2115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IOS inline power support for 68xx #2115
Conversation
We don't have 6880-X output that supports PoE so this PR is as ready as we can make it presently. |
It looks like somewhere in the mix it was forgott to fix the issue with "faulty" But i recall you saying there might be a better way to do it, in case there is another work besides faulty? |
Also i do not recall if we accounted for Device/Class and Max having no data as that created an error.
|
It doesn't appear we have test data for this condition. |
As best I recall this isn't something we discussed earlier. All good though, you caught it and I was able to add lines in to cover it. |
|
tests/cisco_ios/show_power_inline/cisco_ios_show_power_inline_6807-XL.raw
Outdated
Show resolved
Hide resolved
tests/cisco_ios/show_power_inline/cisco_ios_show_power_inline_6880-X.raw
Outdated
Show resolved
Hide resolved
A code fence ( @Mikeg2881 I'll do my best to get the output close in the meantime. Thank you! |
PR #2101 has a fix for the In that PR, instead of adding the literal word "faulty", I swapped the I'll have to remember this because this will cause a minor merge conflict. 🙂 |
During merge conflict resolution, I opted to keep the literal words. Now I'm swapping the literal words for a \S+ regex for flexibility.
45237f2
to
80d3144
Compare
resolves #2114