napalm-procurve icon indicating copy to clipboard operation
napalm-procurve copied to clipboard

HP ProCurve Driver for NAPALM automation frontend

Results 17 napalm-procurve issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/ixs/napalm-procurve/issues/31 Also adding `session_log` option

Unfortunately I do not see any way of altering the read timeout. It is set to the default value of 10 seconds. This is fine for many commands, but in...

When packaging napalm-procurve 0.7.0 from GitHub on openSUSE/Factory, this test fails: ``` [ 27s] =================================== FAILURES =================================== [ 27s] ______________________ TestGetter.test_get_facts[normal] _______________________ [ 27s] [ 27s] self = , test_case...

get_lldp_neighbors_detail() returns dictionary of all the lldp neighbors on a switch. However, it doesn't have remote system's management ip. This will come in handy when you are building a network...

Some devices can return a multiline sysname, i.e.: ``` # show lldp info remote-device LLDP Remote Devices Information LocalPort | ChassisId PortId PortDescr SysName --------- + ------------------ ------------------ --------- ------------------...

Fails with the following: ``` ERROR: Command errored out with exit status 1: command: /hosts/zrows4/user_data/.tmp/git.jvd/netbox-importer/venv-zrows4/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/user_data/.tmp/pip-req-build-51ipxe3v/setup.py'"'"'; __file__='"'"'/user_data/.tmp/pip-req-build-51ipxe3v/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info...

Hiya, I see there's a tag for 0.7.0 release from last year, but this doesn't seem to have been published to pypi. Could you push it up please?

When packaging napalm-procurve 0.7.0 for openSUSE/Factory two tests fail: ``` [ 45s] =================================== FAILURES =================================== [ 45s] ______________________ TestGetter.test_method_signatures _______________________ [ 45s] [ 45s] self = [ 45s] [ 45s]...