networktocode / pyntc

Python library focused on tasks related to device level and OS management.
https://pyntc.readthedocs.io/en/latest/
Other
170 stars 52 forks source link

More Prep for 1.0 Release #280

Closed jeffkala closed 1 year ago

jeffkala commented 1 year ago

Drop timer support on reboot method since not all os vendors support it and even within certain os's the coverage is sporadic. Add a wait_for_reboot to reboot method, default it to False to keep the execution the same as the current implementation, but this bool will allow the reboot method to wait for the reload to complete. Deprecated the use of signal in cisco device drivers, this is to allow for this library to use threading(specifically Nornir).