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

Feature/verifying reload has happened #268

Closed balmasea closed 1 year ago

balmasea commented 1 year ago

Checking that indeed reload does not happen fast enough for some devices, I have implemented a slightly rudimentary fix that waits for the reload for ten minutes max.

This should solve https://github.com/networktocode/pyntc/issues/266 or at least, put us in the correct direction.

jeffkala commented 1 year ago

@balmasea thanks for the continued contributions. Will be reviewing this shortly.