Closed pszulczewski closed 10 months ago
This PR has been tested for software upgrade against physical devices.
cisco_ios
Catalyst 3500 and Cisco ISR4351/K9 for both: install_mode and regular mode.cisco_nxos
Cisco N9K-C9332CTested methods:
save()
file_copy()
install_os()
Contains:
netmiko
to remove deprecateddelay_factor
in favor ofread_timeout
. Current delay_factor values have been recalculated accordingly tocompat_timeout
https://github.com/ktbyers/netmiko/blob/6bbee5fad8de1557af4ae32d98e98635e0392ae3/netmiko/base_connection.py#L1721fast_cli
is not used anymore with read_timeout, so respective properties have been removed. Method signatures have changed,delay_factor
has been replaced withread_timeout
, this is a braking change.fix to nxos_device kwargs, which were failing with nornir-nautobot inventory.
pylint updates, pylint has been re-enabled.