Ken Celenza
Ken Celenza
There are seemingly conditions where the tests actually fail, but github actions succeeds. You can see an example by going to this link and clicking on unit tests. https://github.com/CiscoTestAutomation/genieparser/runs/1113089533?check_suite_focus=true It...
# Closes: DNE # What's Changed Create a validate_models management command to validate each instance in the database # TODO
### As ... Nelly - Network Engineer ### I want ... I want to be able to cleanly compare the actual state vs the intended state. ### So that ......
### Proposed Changes Change the optional_settings docs (`nautobot/docs/configuration/optional-settings.md`) to reflect the differences between settings for Nautobot and Django settings. The proposal presumes breaking out Nautobot vs Django sections and additionally...
##### SUMMARY It is not entirely clear where modules have moved to, while a google search may clear up some things it is still hard to see which collection a...
------ - Documentation Report Module Name ------ Ansible Collection juniper.device collection and Python libraries version ``` N/A with Docs ``` OS / Environment ------ ``` N/A with Docs ``` Summary...
### Environment * netutils version: 1.1 ### Proposed Functionality Provided convinence methods to parse through a standard Ios-like (and potentially others) configurations. The idea being similar to CiscoConfParse in scope,...
### Environment * netutils version: 1.1 ### Proposed Functionality Remove duplicate CI runnings ### Use Case Reduction of CI jobs ran
### Environment * netutils version: 1.1 ### Proposed Functionality The ability to translate configurations within an OS to different types. Such as from set to curly bracket, or from curly...
It does not see like the description are respected when augmenting or creating a model, via the `statements.search('description')` or `statements.search_one('description')` methods. Is this a user error, expected behavior, or bug?