Skip to content

Releases: network-unit-testing-system/nornir_nuts

v0.1.0

31 Jul 20:26
8ad0086
Compare
Choose a tag to compare

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.