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.