Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f8dbf7e8
commit
2044ea6182
196 changed files with 10121 additions and 3780 deletions
|
@ -5,6 +5,7 @@
|
|||
-->
|
||||
|
||||
### ::: anta.catalog.AntaCatalog
|
||||
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__str__"]
|
||||
|
||||
|
|
13
docs/api/csv_reporter.md
Normal file
13
docs/api/csv_reporter.md
Normal 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
|
|
@ -6,20 +6,20 @@
|
|||
|
||||
# AntaDevice base class
|
||||
|
||||
## UML representation
|
||||

|
||||
|
||||

|
||||
## ::: anta.device.AntaDevice
|
||||
|
||||
### ::: anta.device.AntaDevice
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__(eq|rich_repr)__"]
|
||||
filters: ["!^_[^_]", "!__(eq|rich_repr)__", "_collect"]
|
||||
|
||||
# Async EOS device class
|
||||
|
||||
## UML representation
|
||||

|
||||
|
||||

|
||||
<!-- _collect must be last to be kept -->
|
||||
|
||||
## ::: anta.device.AsyncEOSDevice
|
||||
|
||||
### ::: anta.device.AsyncEOSDevice
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__(eq|rich_repr)__"]
|
||||
filters: ["!^_[^_]", "!__(eq|rich_repr)__", "_collect"]
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
-->
|
||||
|
||||
### ::: anta.inventory.AntaInventory
|
||||
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__str__"]
|
||||
|
||||
|
|
13
docs/api/md_reporter.md
Normal file
13
docs/api/md_reporter.md
Normal 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
|
|
@ -6,20 +6,18 @@
|
|||
|
||||
# Test definition
|
||||
|
||||
## UML Diagram
|
||||

|
||||
|
||||

|
||||
## ::: anta.models.AntaTest
|
||||
|
||||
### ::: anta.models.AntaTest
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__init_subclass__", "!update_progress"]
|
||||
|
||||
# Command definition
|
||||
|
||||
## UML Diagram
|
||||

|
||||
|
||||

|
||||
### ::: 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
|
||||

|
||||
|
||||

|
||||
|
||||
### ::: anta.models.AntaTemplate
|
||||
## ::: anta.models.AntaTemplate
|
||||
|
|
|
@ -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
|
|
@ -6,10 +6,9 @@
|
|||
|
||||
# Result Manager definition
|
||||
|
||||
## UML Diagram
|
||||

|
||||
|
||||

|
||||
## ::: anta.result_manager.ResultManager
|
||||
|
||||
### ::: anta.result_manager.ResultManager
|
||||
options:
|
||||
filters: ["!^_[^_]", "!^__len__"]
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
|
||||
# Test Result model
|
||||
|
||||
## UML Diagram
|
||||

|
||||
|
||||

|
||||
## ::: anta.result_manager.models.TestResult
|
||||
|
||||
### ::: anta.result_manager.models.TestResult
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__str__"]
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
-->
|
||||
|
||||
### ::: anta.runner
|
||||
|
||||
options:
|
||||
filters: ["!^_[^_]", "!__str__"]
|
||||
|
|
20
docs/api/tests.flow_tracking.md
Normal file
20
docs/api/tests.flow_tracking.md
Normal 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"
|
|
@ -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)
|
||||
|
|
|
@ -18,3 +18,4 @@ anta_title: ANTA catalog for BGP tests
|
|||
filters:
|
||||
- "!test"
|
||||
- "!render"
|
||||
- "!^_[^_]"
|
||||
|
|
|
@ -18,3 +18,4 @@ anta_title: ANTA catalog for IS-IS tests
|
|||
filters:
|
||||
- "!test"
|
||||
- "!render"
|
||||
- "!^_[^_]"
|
||||
|
|
|
@ -18,3 +18,4 @@ anta_title: ANTA catalog for OSPF tests
|
|||
filters:
|
||||
- "!test"
|
||||
- "!render"
|
||||
- "!^_[^_]"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
-->
|
||||
|
||||
### ::: anta.custom_types
|
||||
|
||||
options:
|
||||
show_if_no_docstring: true
|
||||
show_root_full_path: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue