Releases: network-unit-testing-system/nornir_nuts
Releases · network-unit-testing-system/nornir_nuts
v0.1.0
Initial release
CachedThreaded Runner
The CachedThreadedRunner is an extension of Nornir's threaded runner. Task results are cached in a class variable, and if the cache contains the task result, the cached result is returned. Consider the limitations: significant memory consumption is possible, and the results are shared. Therefore, modifying a Result object can lead to side effects.