summaryrefslogtreecommitdiffstats
path: root/examples/tests.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-23 05:06:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-23 05:06:46 +0000
commit92240acb5cc600eec60624ece9ed4b9ec43b386f (patch)
tree13328d0de4f37030731a96e25749563742fce0cb /examples/tests.yaml
parentAdding upstream version 0.14.0. (diff)
downloadanta-92240acb5cc600eec60624ece9ed4b9ec43b386f.tar.xz
anta-92240acb5cc600eec60624ece9ed4b9ec43b386f.zip
Adding upstream version 0.15.0.upstream/0.15.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/tests.yaml')
-rw-r--r--examples/tests.yaml59
1 files changed, 59 insertions, 0 deletions
diff --git a/examples/tests.yaml b/examples/tests.yaml
index e4445aa..cb3d19b 100644
--- a/examples/tests.yaml
+++ b/examples/tests.yaml
@@ -50,6 +50,18 @@ anta.tests.aaa:
- commands
- dot1x
+anta.tests.avt:
+ - VerifyAVTPathHealth:
+ - VerifyAVTSpecificPath:
+ avt_paths:
+ - avt_name: CONTROL-PLANE-PROFILE
+ vrf: default
+ destination: 10.101.255.2
+ next_hop: 10.101.255.1
+ path_type: direct
+ - VerifyAVTRole:
+ role: edge
+
anta.tests.bfd:
- VerifyBFDSpecificPeers:
bfd_peers:
@@ -167,6 +179,18 @@ anta.tests.interfaces:
- 10.10.10.10/31
- VerifyIpVirtualRouterMac:
mac_address: 00:1c:73:00:dc:01
+ - VerifyInterfacesSpeed:
+ interfaces:
+ - name: Ethernet2
+ auto: False
+ speed: 10
+ - name: Eth3
+ auto: True
+ speed: 100
+ lanes: 1
+ - name: Eth2
+ auto: False
+ speed: 2.5
anta.tests.lanz:
- VerifyLANZ:
@@ -210,6 +234,15 @@ anta.tests.multicast:
- VerifyIGMPSnoopingGlobal:
enabled: True
+anta.tests.path_selection:
+ - VerifyPathsHealth:
+ - VerifySpecificPath:
+ paths:
+ - peer: 10.255.0.1
+ path_group: internet
+ source_address: 100.64.3.2
+ destination_address: 100.64.1.2
+
anta.tests.profiles:
- VerifyUnifiedForwardingTableMode:
mode: 3
@@ -515,3 +548,29 @@ anta.tests.routing:
- VerifyOSPFNeighborCount:
number: 3
- VerifyOSPFMaxLSA:
+ isis:
+ - VerifyISISNeighborState:
+ - VerifyISISNeighborCount:
+ interfaces:
+ - name: Ethernet1
+ level: 1
+ count: 2
+ - name: Ethernet2
+ level: 2
+ count: 1
+ - name: Ethernet3
+ count: 2
+ # level is set to 2 by default
+ - VerifyISISInterfaceMode:
+ interfaces:
+ - name: Loopback0
+ mode: passive
+ # vrf is set to default by default
+ - name: Ethernet2
+ mode: passive
+ level: 2
+ # vrf is set to default by default
+ - name: Ethernet1
+ mode: point-to-point
+ vrf: default
+ # level is set to 2 by default \ No newline at end of file