Skip to content

Commit 5f24aa2

Browse files
MaheshGSLABgmuloc
andauthored
Feat(anta_runner): Add support for reachability tests between DC VTEP and DC/WAN VTEP devices (#6737)
Co-authored-by: Guillaume Mulocher <[email protected]>
1 parent 993af5f commit 5f24aa2

41 files changed

Lines changed: 4562 additions & 46 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ansible_collections/arista/avd/extensions/molecule/anta_runner/anta/avd_catalogs/default_run/dc1-leaf1a.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"port": "Ethernet8",
7272
"neighbor_device": "dc1-leaf1c",
7373
"neighbor_port": "Ethernet1"
74+
},
75+
{
76+
"port": "Ethernet18",
77+
"neighbor_device": "dc1-wan3",
78+
"neighbor_port": "Ethernet1"
7479
}
7580
],
7681
"require_fqdn": false
@@ -88,6 +93,13 @@
8893
]
8994
},
9095
"hosts": [
96+
{
97+
"destination": "10.255.253.9",
98+
"source": "10.255.253.8",
99+
"description": "dc1-wan3_Ethernet1",
100+
"vrf": "default",
101+
"repeat": 1
102+
},
91103
{
92104
"destination": "10.255.255.0",
93105
"source": "10.255.255.1",
@@ -322,6 +334,10 @@
322334
"name": "Ethernet8",
323335
"status": "up"
324336
},
337+
{
338+
"name": "Ethernet18",
339+
"status": "up"
340+
},
325341
{
326342
"name": "Ethernet33",
327343
"status": "up"
@@ -501,6 +517,10 @@
501517
"peer_address": "10.255.1.97",
502518
"vrf": "default"
503519
},
520+
{
521+
"peer_address": "10.255.253.9",
522+
"vrf": "default"
523+
},
504524
{
505525
"peer_address": "10.255.255.0",
506526
"vrf": "default"

ansible_collections/arista/avd/extensions/molecule/anta_runner/anta/avd_catalogs/default_run/dc1-leaf1b.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"port": "Ethernet8",
7272
"neighbor_device": "dc1-leaf1c",
7373
"neighbor_port": "Ethernet2"
74+
},
75+
{
76+
"port": "Ethernet18",
77+
"neighbor_device": "dc1-wan3",
78+
"neighbor_port": "Ethernet2"
7479
}
7580
],
7681
"require_fqdn": false
@@ -88,6 +93,13 @@
8893
]
8994
},
9095
"hosts": [
96+
{
97+
"destination": "10.255.253.11",
98+
"source": "10.255.253.10",
99+
"description": "dc1-wan3_Ethernet2",
100+
"vrf": "default",
101+
"repeat": 1
102+
},
91103
{
92104
"destination": "10.255.255.3",
93105
"source": "10.255.255.2",
@@ -322,6 +334,10 @@
322334
"name": "Ethernet8",
323335
"status": "up"
324336
},
337+
{
338+
"name": "Ethernet18",
339+
"status": "up"
340+
},
325341
{
326342
"name": "Loopback0",
327343
"status": "up"
@@ -481,6 +497,10 @@
481497
"peer_address": "10.255.1.96",
482498
"vrf": "default"
483499
},
500+
{
501+
"peer_address": "10.255.253.11",
502+
"vrf": "default"
503+
},
484504
{
485505
"peer_address": "10.255.255.3",
486506
"vrf": "default"

0 commit comments

Comments
 (0)