Skip to content

Conversation

@carl-baillargeon
Copy link
Contributor

@carl-baillargeon carl-baillargeon commented Jan 8, 2026

Change Summary

Adding new reachability tests (part 1).

Related Issue(s)

Fixes #

Component(s) name

arista.avd.<role-name>

Proposed changes

  • Added skip_if_not_vtep decorator and use it for routing table and reachability tests
  • Added VTEP underlay reachability tests (VTEP Loopback0 to all other fabric devices Loopback0 IPs)
  • Added BGP direct neighbors reachability tests
  • Added _covered_destinations set attribute to avoid duplicate pings
  • Improve descriptions of each input
  • Honor the newly added exclude_as_extra_fabric_validation_target knob of eos_designs/eos_cli_config_gen for routing table and reachability tests
  • Refactor BGP models creation to make Sonar happy

How to test

anta_runner molecule

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

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

@github-actions github-actions bot added the state: CI Updated CI scenario have been updated in the PR label Jan 8, 2026
@carl-baillargeon carl-baillargeon marked this pull request as ready for review January 8, 2026 20:13
@carl-baillargeon carl-baillargeon requested review from a team as code owners January 8, 2026 20:13
@gmuloc gmuloc modified the milestones: v6.1.0, v6.0.0 Jan 12, 2026
@github-actions github-actions bot added the state: conflict PR with conflict label Jan 15, 2026
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@carl-baillargeon carl-baillargeon force-pushed the feat/anta_runner/reachability_tests branch from 6645ffa to a6342d4 Compare January 15, 2026 20:14
@github-actions
Copy link

Conflicts have been resolved. A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the state: conflict PR with conflict label Jan 15, 2026
@sonarqubecloud
Copy link

@carl-baillargeon carl-baillargeon added this pull request to the merge queue Jan 15, 2026
Merged via the queue into aristanetworks:devel with commit f819f5d Jan 15, 2026
60 checks passed
@carl-baillargeon carl-baillargeon deleted the feat/anta_runner/reachability_tests branch January 15, 2026 22:15
joelbreton2 pushed a commit to joelbreton2/avd that referenced this pull request Jan 20, 2026
joelbreton2 pushed a commit to joelbreton2/avd that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants