aristanetworks / avd

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

Test(eos_designs): Have multiple wan_route_servers on one edge device for idempotency #4074

Closed gmuloc closed 3 weeks ago

gmuloc commented 3 weeks ago

Related Issue(s)

Add a test regarding #4065 - not sure this is an AVD issue yet but at least a test would exist now

Component(s) name

arista.avd.eos_designs

Proposed changes

Adding a test

How to test

Test passes

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-4074
# Activate the virtual environment
source test-avd-pr-4074/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@wan-try-multiple-pf-in-local-interfaces#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,wan-try-multiple-pf-in-local-interfaces --force
# Optional: Install AVD examples
cd test-avd-pr-4074
ansible-playbook arista.avd.install_examples
sonarcloud[bot] commented 3 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