Skip to content
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

Feat(eos_validate_state): Added the validation for AVT path for static peers and role of device #4200

Open
wants to merge 20 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
36cde25
issue-4811: Added the testcase for AVT
MaheshGSLAB Jul 9, 2024
fe926d4
issue-4188: Added testcases for AVT path and role
MaheshGSLAB Jul 11, 2024
aa9f73f
Merge branch 'aristanetworks:devel' into issue-4188
MaheshGSLAB Jul 11, 2024
98d584b
issue-4188: fixed the CI failure
MaheshGSLAB Jul 11, 2024
61e3fa4
issue-4188: fix the diff on catalog files
MaheshGSLAB Jul 11, 2024
ca8a86d
issue-4188: fix thre order change of tests using sorted method
MaheshGSLAB Jul 11, 2024
101e095
Merge branch 'devel' into issue-4188
MaheshGSLAB Jul 15, 2024
d50f007
Merge branch 'devel' into issue-4188
gmuloc Jul 17, 2024
c83817f
Merge branch 'aristanetworks:devel' into issue-4188
MaheshGSLAB Jul 19, 2024
cbff96a
issue-4188: updated the variable names
MaheshGSLAB Jul 19, 2024
229d4cd
Merge branch 'devel' into issue-4188
gmuloc Jul 25, 2024
6faf2c0
Merge branch 'devel' into issue-4188
MaheshGSLAB Jul 29, 2024
322899b
Update ansible_collections/arista/avd/roles/eos_validate_state/python…
MaheshGSLAB Jul 29, 2024
fb45bb6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 29, 2024
ff24f8e
Merge branch 'devel' into issue-4188
MaheshGSLAB Aug 5, 2024
a1cf25b
issue-4188: fix the ruff ccheck failure
MaheshGSLAB Aug 5, 2024
51c5588
Merge branch 'devel' into issue-4188
ClausHolbechArista Aug 8, 2024
9f69bf6
Merge branch 'devel' into issue-4188
MaheshGSLAB Aug 12, 2024
02eb1dc
updated the doc for validate_state role
MaheshGSLAB Aug 12, 2024
89e4196
Merge branch 'devel' into issue-4188
MaheshGSLAB Aug 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,63 @@ anta.tests.aaa:
- exec
- commands
- dot1x
anta.tests.avt:
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.1.2
next_hop: 10.255.1.2
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.255.10
next_hop: 10.255.255.10
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.255.20
next_hop: 10.255.255.20
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.1.2
next_hop: 10.255.1.2
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.1.2, Nexthop VTEP: 10.255.1.2'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.255.10
next_hop: 10.255.255.10
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.255.20
next_hop: 10.255.255.20
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20'
- VerifyAVTRole:
role: edge
anta.tests.configuration:
- VerifyZeroTouch: null
- VerifyRunningConfigDiffs: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,63 @@ anta.tests.aaa:
- exec
- commands
- dot1x
anta.tests.avt:
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.1.1
next_hop: 10.255.1.1
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.255.10
next_hop: 10.255.255.10
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-CONTROL-PLANE
destination: 10.255.255.20
next_hop: 10.255.255.20
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-CONTROL-PLANE, vrf: default, Destination
IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.1.1
next_hop: 10.255.1.1
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.1.1, Nexthop VTEP: 10.255.1.1'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.255.10
next_hop: 10.255.255.10
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.255.10, Nexthop VTEP: 10.255.255.10'
- VerifyAVTSpecificPath:
avt_paths:
- avt_name: DEFAULT-POLICY-DEFAULT
destination: 10.255.255.20
next_hop: 10.255.255.20
vrf: default
result_overwrite:
custom_field: 'AVT profile: DEFAULT-POLICY-DEFAULT, vrf: default, Destination
IPv4 Address: 10.255.255.20, Nexthop VTEP: 10.255.255.20'
- VerifyAVTRole:
role: edge
anta.tests.configuration:
- VerifyZeroTouch: null
- VerifyRunningConfigDiffs: null
Expand Down
Loading
Loading