You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netbox get_circuits fixed handling of circuit data to copy it for each device, as previously it was the same dict assigned to different devices, often overridden with parameters.
FEATURES
nr.test execution module added return_tests_suite argument to return dictionary with test results and suite keys allowing to view the content of fully rendered per-host tests suite
Updated Robot nr.test function to include per-device test suites into log report, useful for troubleshooting test suite contents executed for devices. Added hosts sorting to produce consistent output details, add tests and command counters.
Added and tested support for Netbox 3.6
Added new Netbox utils cache_list and cache_delete to work with cached data content
CHANGES
Netbox napalm_driver usage removed from netbox pillar, instead Netbox device platform name used as a Nornir host's platform unless platform defined within Netbox device config context