Merging upstream version 1.1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 11:54:55 +01:00
parent 50f8dbf7e8
commit 2044ea6182
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
196 changed files with 10121 additions and 3780 deletions

View file

@ -5,6 +5,7 @@
-->
### ::: anta.catalog.AntaCatalog
options:
filters: ["!^_[^_]", "!__str__"]

13
docs/api/csv_reporter.md Normal file
View file

@ -0,0 +1,13 @@
---
anta_title: CSV Reporter
---
<!--
~ Copyright (c) 2023-2024 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->
::: anta.reporter.csv_reporter
options:
show_root_heading: false
show_root_toc_entry: false

View file

@ -6,20 +6,20 @@
# AntaDevice base class
## UML representation
![AntaDevice UML model](../imgs/uml/anta.device.AntaDevice.jpeg)
![](../imgs/uml/anta.device.AntaDevice.jpeg)
## ::: anta.device.AntaDevice
### ::: anta.device.AntaDevice
options:
filters: ["!^_[^_]", "!__(eq|rich_repr)__"]
filters: ["!^_[^_]", "!__(eq|rich_repr)__", "_collect"]
# Async EOS device class
## UML representation
![AsyncEOSDevice UML model](../imgs/uml/anta.device.AsyncEOSDevice.jpeg)
![](../imgs/uml/anta.device.AsyncEOSDevice.jpeg)
<!-- _collect must be last to be kept -->
## ::: anta.device.AsyncEOSDevice
### ::: anta.device.AsyncEOSDevice
options:
filters: ["!^_[^_]", "!__(eq|rich_repr)__"]
filters: ["!^_[^_]", "!__(eq|rich_repr)__", "_collect"]

View file

@ -5,6 +5,7 @@
-->
### ::: anta.inventory.AntaInventory
options:
filters: ["!^_[^_]", "!__str__"]

13
docs/api/md_reporter.md Normal file
View file

@ -0,0 +1,13 @@
---
anta_title: Markdown Reporter
---
<!--
~ Copyright (c) 2023-2024 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->
::: anta.reporter.md_reporter
options:
show_root_heading: false
show_root_toc_entry: false

View file

@ -6,20 +6,18 @@
# Test definition
## UML Diagram
![AntaTest UML model](../imgs/uml/anta.models.AntaTest.jpeg)
![](../imgs/uml/anta.models.AntaTest.jpeg)
## ::: anta.models.AntaTest
### ::: anta.models.AntaTest
options:
filters: ["!^_[^_]", "!__init_subclass__", "!update_progress"]
# Command definition
## UML Diagram
![AntaCommand UML model](../imgs/uml/anta.models.AntaCommand.jpeg)
![](../imgs/uml/anta.models.AntaCommand.jpeg)
### ::: anta.models.AntaCommand
## ::: anta.models.AntaCommand
!!! warning
CLI commands are protected to avoid execution of critical commands such as `reload` or `write erase`.
@ -30,8 +28,6 @@
# Template definition
## UML Diagram
![AntaTemplate UML model](../imgs/uml/anta.models.AntaTemplate.jpeg)
![](../imgs/uml/anta.models.AntaTemplate.jpeg)
### ::: anta.models.AntaTemplate
## ::: anta.models.AntaTemplate

View file

@ -4,4 +4,7 @@
~ that can be found in the LICENSE file.
-->
### ::: anta.reporter.ReportTable
::: anta.reporter
options:
show_root_heading: false
show_root_toc_entry: false

View file

@ -6,10 +6,9 @@
# Result Manager definition
## UML Diagram
![ResultManager UML model](../imgs/uml/anta.result_manager.ResultManager.jpeg)
![](../imgs/uml/anta.result_manager.ResultManager.jpeg)
## ::: anta.result_manager.ResultManager
### ::: anta.result_manager.ResultManager
options:
filters: ["!^_[^_]", "!^__len__"]

View file

@ -6,10 +6,9 @@
# Test Result model
## UML Diagram
![TestResult UML model](../imgs/uml/anta.result_manager.models.TestResult.jpeg)
![](../imgs/uml/anta.result_manager.models.TestResult.jpeg)
## ::: anta.result_manager.models.TestResult
### ::: anta.result_manager.models.TestResult
options:
filters: ["!^_[^_]", "!__str__"]

View file

@ -5,5 +5,6 @@
-->
### ::: anta.runner
options:
filters: ["!^_[^_]", "!__str__"]

View file

@ -0,0 +1,20 @@
---
anta_title: ANTA catalog for flow tracking tests
---
<!--
~ Copyright (c) 2023-2024 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->
::: anta.tests.flow_tracking
options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"

View file

@ -1,11 +1,12 @@
---
anta_title: ANTA Tests Landing Page
---
<!--
~ Copyright (c) 2023-2024 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->
# ANTA Tests Landing Page
This section describes all the available tests provided by the ANTA package.
## Available Tests
@ -17,7 +18,8 @@ Here are the tests that we currently provide:
- [BFD](tests.bfd.md)
- [Configuration](tests.configuration.md)
- [Connectivity](tests.connectivity.md)
- [Field Notice](tests.field_notices.md)
- [Field Notices](tests.field_notices.md)
- [Flow Tracking](tests.flow_tracking.md)
- [GreenT](tests.greent.md)
- [Hardware](tests.hardware.md)
- [Interfaces](tests.interfaces.md)
@ -30,6 +32,7 @@ Here are the tests that we currently provide:
- [Router Path Selection](tests.path_selection.md)
- [Routing Generic](tests.routing.generic.md)
- [Routing BGP](tests.routing.bgp.md)
- [Routing ISIS](tests.routing.isis.md)
- [Routing OSPF](tests.routing.ospf.md)
- [Security](tests.security.md)
- [Services](tests.services.md)

View file

@ -18,3 +18,4 @@ anta_title: ANTA catalog for BGP tests
filters:
- "!test"
- "!render"
- "!^_[^_]"

View file

@ -18,3 +18,4 @@ anta_title: ANTA catalog for IS-IS tests
filters:
- "!test"
- "!render"
- "!^_[^_]"

View file

@ -18,3 +18,4 @@ anta_title: ANTA catalog for OSPF tests
filters:
- "!test"
- "!render"
- "!^_[^_]"

View file

@ -5,6 +5,7 @@
-->
### ::: anta.custom_types
options:
show_if_no_docstring: true
show_root_full_path: true