-
Notifications
You must be signed in to change notification settings - Fork 272
Feat(anta_runner): New reachability tests #6339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
carl-baillargeon
merged 9 commits into
aristanetworks:devel
from
carl-baillargeon:feat/anta_runner/reachability_tests
Jan 15, 2026
Merged
Feat(anta_runner): New reachability tests #6339
carl-baillargeon
merged 9 commits into
aristanetworks:devel
from
carl-baillargeon:feat/anta_runner/reachability_tests
Jan 15, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
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-6339
# Activate the virtual environment
source test-avd-pr-6339/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carl-baillargeon/avd.git@feat/anta_runner/reachability_tests#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/carl-baillargeon/avd.git#/ansible_collections/arista/avd/,feat/anta_runner/reachability_tests --force
# Optional: Install AVD examples
cd test-avd-pr-6339
ansible-playbook arista.avd.install_examples |
carl-baillargeon
commented
Jan 8, 2026
...ons/arista/avd/extensions/molecule/anta_runner/anta/avd_catalogs/default_run/dc1-leaf1a.json
Show resolved
Hide resolved
...xtensions/molecule/anta_runner/anta/avd_catalogs/default_run_filtered_report/dc1-leaf1a.json
Show resolved
Hide resolved
...ons/arista/avd/extensions/molecule/anta_runner/anta/avd_catalogs/default_run/dc2-leaf2a.json
Show resolved
Hide resolved
...xtensions/molecule/anta_runner/anta/avd_catalogs/default_run_filtered_report/dc1-leaf1a.json
Show resolved
Hide resolved
...xtensions/molecule/anta_runner/anta/avd_catalogs/default_run_filtered_report/dc1-leaf1a.json
Show resolved
Hide resolved
MaheshGSLAB
reviewed
Jan 13, 2026
.../extensions/molecule/anta_runner/anta/avd_catalogs/default_run_sorted_report/dc1-spine1.json
Show resolved
Hide resolved
MaheshGSLAB
approved these changes
Jan 15, 2026
vitthalmagadum
approved these changes
Jan 15, 2026
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
6645ffa to
a6342d4
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
joelbreton2
pushed a commit
to joelbreton2/avd
that referenced
this pull request
Jan 20, 2026
Co-authored-by: Mahesh Kumar <[email protected]>
joelbreton2
pushed a commit
to joelbreton2/avd
that referenced
this pull request
Jan 29, 2026
Co-authored-by: Mahesh Kumar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rn: Feat(anta_runner)
state: CI Updated
CI scenario have been updated in the PR
state: Documentation role Updated
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Change Summary
Adding new reachability tests (part 1).
Related Issue(s)
Fixes #
Component(s) name
arista.avd.<role-name>Proposed changes
skip_if_not_vtepdecorator and use it for routing table and reachability tests_covered_destinationsset attribute to avoid duplicate pingsexclude_as_extra_fabric_validation_targetknob of eos_designs/eos_cli_config_gen for routing table and reachability testsHow to test
anta_runnermoleculeChecklist
User Checklist
Repository Checklist