nautobot / nautobot-ansible

Ansible Collection for managing Nautobot Data
https://nautobot-ansible.readthedocs.io/en/latest/
GNU General Public License v3.0
46 stars 31 forks source link

Updates inventory integration tests for 2.2 #332

Closed joewesch closed 6 months ago

joewesch commented 6 months ago

This PR establishes a new pattern for inventory integration files with the intent of deduplication of code. In the past we have created a separate inventory folder and enabled it based on the version. Instead, I have created a filename pattern that allows for the minimum and maximum Nautobot version that is compatible with a specific test file. This will allow us to run the full suite of tests and just skip the files that are not compatible. I have included a README in the inventory integration folder with more details.