-
Notifications
You must be signed in to change notification settings - Fork 554
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
Inconsistent speed/uptime between model and documentation #1650
Comments
Also for get_facts() has an attribute uptime that must be a float in seconds (in the example). Line 15 in b223f10
|
@M0NsTeRRR Speed changed to float in one of the last releases. It seems that I forgot to change the documentation. |
I've reverted code change & updated the doc @network-shark |
Hello,
I'm currently implementing a napalm driver.
On NetworkDriver documentation it says
get_interfaces()
has an attribute speed that must be an int in Mbit.https://napalm.readthedocs.io/en/latest/base.html#napalm.base.base.NetworkDriver.get_interfaces
But in testing framework the model says it must be a float
napalm/napalm/base/models.py
Line 33 in b223f10
Best regards,
The text was updated successfully, but these errors were encountered: