Skip to content

0.20.6

Choose a tag to compare

@dmulyalin dmulyalin released this 28 Oct 10:29
· 17 commits to master since this release

BUGS

  1. 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

  1. 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
  2. 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.
  3. Added and tested support for Netbox 3.6
  4. Added new Netbox utils cache_list and cache_delete to work with cached data content

CHANGES

  1. 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