napalm-automation / napalm-junos

Apache License 2.0
22 stars 42 forks source link

Increasing napalm-base requirement to fix missing 'TRACEROUTE_VRF' #129

Closed ktbyers closed 7 years ago

ktbyers commented 7 years ago

Received this error using napalm-junos with Ansible while running napalm-base-0.21.0.

"cannot connect to device: 'module' object has no attribute 'TRACEROUTE_VRF'"

$ pip list | grep napalm-base
napalm-base (0.21.0)

Upgrading to napalm-base 0.23.0 fixed the issue.

Basically one of the Pull Requests created a napalm-base dependency that hadn't been properly reflected in requirements.txt.

Note, this probably applies to other napalm platforms.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 85.287% when pulling 01924f02b2196e1b7e8ea9c72915840f697106cf on ktbyers-patch-1 into 4570592e606b67fbe9d0020881dc062b8dbcc2f9 on develop.

mirceaulinic commented 7 years ago

Thanks @ktbyers! Indeed that might be on all other platforms.