-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
72 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
--- | ||
anta_title: ANTA Test API | ||
--- | ||
<!-- | ||
~ Copyright (c) 2023-2025 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.ReportJinja | ||
## ::: anta.models.AntaTest | ||
|
||
options: | ||
show_root_heading: false | ||
show_root_toc_entry: false | ||
filters: ["!^_[^_]", "!__init_subclass__", "!update_progress"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
--- | ||
anta_title: ANTA Class Diagram | ||
--- | ||
<!-- | ||
~ Copyright (c) 2025 Arista Networks, Inc. | ||
~ Use of this source code is governed by the Apache License 2.0 | ||
~ that can be found in the LICENSE file. | ||
--> | ||
|
||
| Color | Description | | ||
| -------- | --------- | | ||
| :fontawesome-solid-square-full:{ .pydantic_pink } | [:simple-pydantic:{ .pydantic_pink } pydantic model](https://docs.pydantic.dev/latest/concepts/models/) | | ||
|
||
``` mermaid | ||
--8<-- "class-diagram.mmd" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
--- | ||
anta_title: ANTA Commands API | ||
--- | ||
<!-- | ||
~ Copyright (c) 2023-2025 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.models.AntaTest | ||
|
||
options: | ||
filters: ["!^_[^_]", "!__init_subclass__", "!update_progress"] | ||
|
||
## ::: anta.models.AntaCommand | ||
|
||
!!! warning | ||
CLI commands are protected to avoid execution of critical commands such as `reload` or `write erase`. | ||
|
||
- Reload command: `^reload\s*\w*` | ||
- Configure mode: `^conf\w*\s*(terminal|session)*` | ||
- Write: `^wr\w*\s*\w+` | ||
|
||
## ::: anta.models.AntaCommand | ||
|
||
## ::: anta.models.AntaTemplate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.