Merging upstream version 1.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ae7b7df396
commit
afeccccd6a
154 changed files with 7346 additions and 5000 deletions
24
docs/snippets/getting-started/catalog.yml
Normal file
24
docs/snippets/getting-started/catalog.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
anta.tests.software:
|
||||
- VerifyEOSVersion: # Verifies the device is running one of the allowed EOS version.
|
||||
versions: # List of allowed EOS versions.
|
||||
- 4.25.4M
|
||||
- 4.26.1F
|
||||
- '4.28.3M-28837868.4283M (engineering build)'
|
||||
- VerifyTerminAttrVersion:
|
||||
versions:
|
||||
- v1.22.1
|
||||
|
||||
anta.tests.system:
|
||||
- VerifyUptime: # Verifies the device uptime is higher than a value.
|
||||
minimum: 1
|
||||
- VerifyNTP:
|
||||
|
||||
anta.tests.mlag:
|
||||
- VerifyMlagStatus:
|
||||
- VerifyMlagInterfaces:
|
||||
- VerifyMlagConfigSanity:
|
||||
|
||||
anta.tests.configuration:
|
||||
- VerifyZeroTouch: # Verifies ZeroTouch is disabled.
|
||||
- VerifyRunningConfigDiffs:
|
Loading…
Add table
Add a link
Reference in a new issue