aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 187 forks source link

Fix: Adjust inventory group names in molecule tests to follow Ansible guidelines #4097

Closed MaheshGSLAB closed 2 weeks ago

MaheshGSLAB commented 3 weeks ago

Change Summary

Addressed group name warning in ansible when running molecule.

Related Issue(s)

Fixes #3270

Component(s) name

arista.avd.eos_designs

Proposed changes

Changed the group name as capital and updated hyphen with underscore.

How to test

Run molecule

Checklist

User Checklist

Repository Checklist

github-actions[bot] commented 3 weeks ago

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4097
# Activate the virtual environment
source test-avd-pr-4097/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/MaheshGSLAB/ansible-avd.git@issue-3270#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/MaheshGSLAB/ansible-avd.git#/ansible_collections/arista/avd/,issue-3270 --force
# Optional: Install AVD examples
cd test-avd-pr-4097
ansible-playbook arista.avd.install_examples
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud