You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Virtual EOS Arista device, execute get_environment fails because the virtual environment does not have any defined power supplies connected. Running the get_environment command results in a Python stack trace as noted below.
Expected results
Should not stacktrace barf when running in Virtual EOS environment due to missing Power Supplies.
Incidentally - I apologize for semi-hijacking this - do you know of any Cisco IOS similar virtual switch/router appliances like the vEOS? NOT the Nexus stuff. I need a pure IOS like device. I build automation for infrastructure, and we're adding in the NAPALM fabulous stuff for general switch/router capabilities.
Description of Issue/Question
On a Virtual EOS Arista device, execute
get_environment
fails because the virtual environment does not have any definedpower supplies connected
. Running theget_environment
command results in a Python stack trace as noted below.Expected results
Should not stacktrace barf when running in Virtual EOS environment due to missing Power Supplies.
Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an
x
between the square brackets where applicable)Setup
napalm version
(Paste verbatim output from
pip freeze | grep napalm
between quotes below)Network operating system version
(Paste verbatim output from
show version
- or equivalent - between quotes below)Steps to Reproduce the Issue
Error Traceback
The text was updated successfully, but these errors were encountered: